summaryrefslogtreecommitdiff
path: root/digital/beacon/src
diff options
context:
space:
mode:
Diffstat (limited to 'digital/beacon/src')
-rw-r--r--digital/beacon/src/codewheel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/digital/beacon/src/codewheel.c b/digital/beacon/src/codewheel.c
index b28f756c..283439d6 100644
--- a/digital/beacon/src/codewheel.c
+++ b/digital/beacon/src/codewheel.c
@@ -108,6 +108,7 @@ ISR(TIMER3_COMPA_vect)
{
OCR3A = codewheel_get_rebase_offset();
codewheel_set_state(CODEWHEEL_REBASED);
+ uprintf("Rebased\r\n");
}
else
{