Commit c4e9b301 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

msp430fr5996lp: aspectc++ support

parent 02b05e93
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@

Counter counter;

#ifndef __acweaving
__attribute__((interrupt(TIMER2_A1_VECTOR))) void handle_timer2_overflow()
{
	if (TA2IV == 0x0e) {
@@ -16,3 +17,4 @@ __attribute__((interrupt(TIMER2_A1_VECTOR))) void handle_timer2_overflow()
		}
	}
}
#endif