summaryrefslogtreecommitdiff
path: root/digital/beacon/src
diff options
context:
space:
mode:
authorFlorent Duchon2012-05-16 17:34:06 +0200
committerFlorent Duchon2012-05-16 17:43:11 +0200
commit18904c9fd8c88aaf355c0586095f932b205a764c (patch)
treec8ac35127d46f5b282268582bfabf96b87f89043 /digital/beacon/src
parent631377be1c9e9e35de5346b70eb70f2ed8f38537 (diff)
digital/beacon: add debug print
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
{