From 18904c9fd8c88aaf355c0586095f932b205a764c Mon Sep 17 00:00:00 2001 From: Florent Duchon Date: Wed, 16 May 2012 17:34:06 +0200 Subject: digital/beacon: add debug print --- digital/beacon/src/codewheel.c | 1 + 1 file changed, 1 insertion(+) (limited to 'digital/beacon/src') 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 { -- cgit v1.2.3