From 737ef0c4459f14ff7d01a8f431a234c6e2fbc875 Mon Sep 17 00:00:00 2001 From: Florent Duchon Date: Thu, 2 May 2013 17:54:27 +0200 Subject: digital/beacon: display offset value when rebasing --- digital/beacon/src/codewheel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'digital/beacon') 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 { -- cgit v1.2.3