Skip to content
Snippets Groups Projects
Commit ad6008f9 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Fix an incredibly stupid bug

parent 1a0aaa32
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ class Timer {
}
inline void stop() {
TA0CTL = 0;
TA0CTL &= ~TAIE;
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment