summaryrefslogtreecommitdiffhomepage
path: root/digital
diff options
context:
space:
mode:
authorFlorent Duchon2013-05-02 17:54:27 +0200
committerFlorent Duchon2013-05-02 22:52:48 +0200
commit737ef0c4459f14ff7d01a8f431a234c6e2fbc875 (patch)
tree83868b65c538fac5f791672d89344ffb44d04479 /digital
parentf7644ea9054e8f24490f1ad62928b7371727da59 (diff)
digital/beacon: display offset value when rebasing
Diffstat (limited to 'digital')
-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
{