Loading src/arch/msp430fr5969lp/driver/counter.cc +2 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ Counter counter; #ifndef __acweaving __attribute__((interrupt(TIMER2_A1_VECTOR))) void handle_timer2_overflow() { if (TA2IV == 0x0e) { Loading @@ -16,3 +17,4 @@ __attribute__((interrupt(TIMER2_A1_VECTOR))) void handle_timer2_overflow() } } } #endif Loading
src/arch/msp430fr5969lp/driver/counter.cc +2 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ Counter counter; #ifndef __acweaving __attribute__((interrupt(TIMER2_A1_VECTOR))) void handle_timer2_overflow() { if (TA2IV == 0x0e) { Loading @@ -16,3 +17,4 @@ __attribute__((interrupt(TIMER2_A1_VECTOR))) void handle_timer2_overflow() } } } #endif