Unverified Commit 77ac4971 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

msp430fr5994lp: I think past-derf wanted to work around an erratum

parent bf272145
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -26,7 +26,9 @@ class Counter {
			overflow = 0;
			TA2CTL = TASSEL__SMCLK | ID__1 | MC__CONTINUOUS;
			TA2EX0 = 0;
			TA2CTL |= TACLR | TAIE;
			TA2CTL |= TACLR;
			asm volatile("nop");
			TA2CTL |= TAIE;
			asm volatile("nop");
			__eint();
			asm volatile("nop");