summaryrefslogtreecommitdiff
path: root/src/systemtask
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2021-11-07 20:13:22 +0100
committerJean-François Milants <jf@codingfield.com>2021-11-07 20:13:22 +0100
commit76c43ebc82eb1d6580a10f292c83b0b18da135e6 (patch)
tree025dfad8e57fee321248f933901c8145f7b9547a /src/systemtask
parente6edf2155296864114a62cecbd0244c65c020a48 (diff)
Fix previous commit, call touchPanel.Init() even if we disabled the touch controller boot error.
Diffstat (limited to 'src/systemtask')
-rw-r--r--src/systemtask/SystemTask.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemtask/SystemTask.cpp b/src/systemtask/SystemTask.cpp
index f2cc1dfb..4b03f9ac 100644
--- a/src/systemtask/SystemTask.cpp
+++ b/src/systemtask/SystemTask.cpp
@@ -152,6 +152,7 @@ void SystemTask::Work() {
bootError = BootErrors::TouchController;
}
*/
+ touchPanel.Init();
dateTimeController.Register(this);
batteryController.Register(this);
motorController.Init();