aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/wiring.c
diff options
context:
space:
mode:
Diffstat (limited to 'cores/arduino/wiring.c')
-rwxr-xr-xcores/arduino/wiring.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cores/arduino/wiring.c b/cores/arduino/wiring.c
index 19f348c..157d1d2 100755
--- a/cores/arduino/wiring.c
+++ b/cores/arduino/wiring.c
@@ -27,7 +27,7 @@
volatile unsigned long timer0_clock_cycles = 0;
volatile unsigned long timer0_millis = 0;
-SIGNAL(SIG_OVERFLOW0)
+SIGNAL(TIMER0_OVF_vect)
{
// timer 0 prescale factor is 64 and the timer overflows at 256
timer0_clock_cycles += 64UL * 256UL;