Skip to content

Commit 76c43eb

Browse files
committed
Fix previous commit, call touchPanel.Init() even if we disabled the touch controller boot error.
1 parent e6edf21 commit 76c43eb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/systemtask/SystemTask.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ void SystemTask::Work() {
152152
bootError = BootErrors::TouchController;
153153
}
154154
*/
155+
touchPanel.Init();
155156
dateTimeController.Register(this);
156157
batteryController.Register(this);
157158
motorController.Init();

0 commit comments

Comments
 (0)