From b7349a4bda9e0d78c1cc13e8a4be9321d36d8825 Mon Sep 17 00:00:00 2001 From: hg Date: Mon, 18 Jan 2016 22:04:09 +0100 Subject: [PATCH] remove old isr format --- src/time.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/time.cpp b/src/time.cpp index 8756a4d..6607b26 100644 --- a/src/time.cpp +++ b/src/time.cpp @@ -5,7 +5,6 @@ * Author: wn */ #include -// #include #include #include @@ -19,7 +18,6 @@ uint16_t pwmVal = 512; volatile uint16_t onTime = 500; volatile uint16_t offTime = 200; -// ISR(TIMER0_A0, TA0_ISR) { interrupt (TIMER0_A0_VECTOR) timer0a0_isr(void) { tickCnt++;