summaryrefslogtreecommitdiff
path: root/Mode
diff options
context:
space:
mode:
authorLeon Lindenfelser <llindenfelser@multitech.com>2016-01-06 15:01:29 -0600
committerLeon Lindenfelser <llindenfelser@multitech.com>2016-01-06 15:01:29 -0600
commitd75af02d4a1d824df7fee58baaffc0c4759fb78a (patch)
treea84f22d1781e0eeb8faad097992fb35ff4d75471 /Mode
parentcbda95f01fd109c5b9d9f35624f57bd4cca069d8 (diff)
downloadmtdot-box-evb-factory-firmware-d75af02d4a1d824df7fee58baaffc0c4759fb78a.tar.gz
mtdot-box-evb-factory-firmware-d75af02d4a1d824df7fee58baaffc0c4759fb78a.tar.bz2
mtdot-box-evb-factory-firmware-d75af02d4a1d824df7fee58baaffc0c4759fb78a.zip
Change the verbiage of the configuration help screen. Scrolls 3 steps now.
Diffstat (limited to 'Mode')
-rw-r--r--Mode/ModeConfig.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mode/ModeConfig.cpp b/Mode/ModeConfig.cpp
index bd9e183..6fbeae0 100644
--- a/Mode/ModeConfig.cpp
+++ b/Mode/ModeConfig.cpp
@@ -143,7 +143,8 @@ bool ModeConfig::start() {
//Run terminal session
while (running) {
-
+ _lc.roll();
+
osEvent e = Thread::signal_wait(buttonSignal, 20);
if (e.status == osEventSignal) {
ButtonHandler::ButtonEvent _be = _buttons->getButtonEvent();