remove old isr format
This commit is contained in:
parent
4545564120
commit
b7349a4bda
@ -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++;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user