summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index 040610c..d9faac1 100644
--- a/main.cpp
+++ b/main.cpp
@@ -108,6 +108,8 @@ int main() {
usart_enable();
+ thread.start();
+
while(1) {
// Wait for a new update.
while(!(TIM2.SR & 0x01)) {