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

Fix an incredibly stupid bug

parent 1a0aaa32
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ class Timer {
		}

		inline void stop() {
			TA0CTL = 0;
			TA0CTL &= ~TAIE;
		}
};