--- simulavr-1.0.0/examples/python/example.c.orig 2012-02-12 07:26:38.000000000 -0800 +++ simulavr-1.0.0/examples/python/example.c 2015-11-28 15:37:46.622269000 -0800 @@ -4,7 +4,7 @@ volatile int timer2_ticks; /* Every ~ms */ -ISR(SIG_OUTPUT_COMPARE2) { +ISR(TIMER2_COMP_vect) { timer2_ticks++; }