]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - avr/timer.c
pin command, add user configurable i/o pins
[z180-stamp.git] / avr / timer.c
index 56c7bedd5d0609f548c762cdff549e19e8046e2b..e15a55bde51648b5aac2ec85296a130fa0b0dc88 100644 (file)
@@ -19,10 +19,10 @@ volatile uint32_t timestamp;
 
 
 /*---------------------------------------------------------*/
-/* 1000Hz timer interrupt generated by OC2A                */
+/* 1000Hz timer interrupt generated by OC3A                */
 /*---------------------------------------------------------*/
 
-ISR(TIMER2_COMPA_vect)
+ISR(TIMER3_COMPA_vect)
 {
        static int_fast8_t tick_10ms;
        int_fast8_t i;