diff options
| author | Jean-François Milants <jf@codingfield.com> | 2021-11-07 19:13:22 (GMT) |
|---|---|---|
| committer | Jean-François Milants <jf@codingfield.com> | 2021-11-07 19:13:22 (GMT) |
| commit | 76c43ebc82eb1d6580a10f292c83b0b18da135e6 (patch) | |
| tree | 025dfad8e57fee321248f933901c8145f7b9547a /src | |
| parent | e6edf2155296864114a62cecbd0244c65c020a48 (diff) | |
Fix previous commit, call touchPanel.Init() even if we disabled the touch controller boot error.
Diffstat (limited to 'src')
| -rw-r--r-- | src/systemtask/SystemTask.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemtask/SystemTask.cpp b/src/systemtask/SystemTask.cpp index f2cc1df..4b03f9a 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(); |
