summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.cc1
-rw-r--r--src/system.cc2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc
index 765f1d9..5fa0c0d 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -55,7 +55,6 @@ int main (void)
* it means we can immediately process the received data.
*/
rocket.loop();
- display.update();
}
return 0;
diff --git a/src/system.cc b/src/system.cc
index 8d5c5ad..15ee0b9 100644
--- a/src/system.cc
+++ b/src/system.cc
@@ -54,6 +54,8 @@ void System::loop()
i = 0;
}
}
+
+ display.update();
}
void System::shutdown()