summaryrefslogtreecommitdiffhomepage
path: root/digital/beacon
diff options
context:
space:
mode:
Diffstat (limited to 'digital/beacon')
-rw-r--r--digital/beacon/src/codewheel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/beacon/src/codewheel.c b/digital/beacon/src/codewheel.c
index cfa2e761..9bb1a953 100644
--- a/digital/beacon/src/codewheel.c
+++ b/digital/beacon/src/codewheel.c
@@ -118,7 +118,7 @@ ISR(TIMER3_COMPA_vect)
OCR3A = codewheel_get_rebase_offset();
codewheel_set_state(CODEWHEEL_REBASED);
- uprintf("Rebased\r\n");
+ uprintf("Rebased with offset == %d\r\n",codewheel_get_rebase_offset());
}
else
{