remove old isr format

This commit is contained in:
hg 2016-01-18 22:04:09 +01:00
parent 4545564120
commit b7349a4bda

View File

@ -5,7 +5,6 @@
* Author: wn
*/
#include <msp430g2553.h>
// #include <isr_compat.h>
#include <signal.h>
#include <stdint.h>
@ -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++;