From f714cacefc9a04fbae7249cc4b707a27cedabc36 Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Tue, 10 Apr 2012 23:56:27 +0200 Subject: Decode and display flags --- timebase.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'timebase.c') diff --git a/timebase.c b/timebase.c index ee58bf1..ea8f8b9 100644 --- a/timebase.c +++ b/timebase.c @@ -26,7 +26,7 @@ void timebase_init( void ) extern uint8_t waitctr; -SIGNAL (SIG_OVERFLOW0) +SIGNAL (TIMER0_OVF0_vect) { static u8 dcf77_time, old_dcf77; // DCF77 receive -- cgit v1.2.1