Fix previous commit, call touchPanel.Init() even if we disabled the touch controller boot error.
This commit is contained in:
parent
e6edf21552
commit
76c43ebc82
|
@ -152,6 +152,7 @@ void SystemTask::Work() {
|
||||||
bootError = BootErrors::TouchController;
|
bootError = BootErrors::TouchController;
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
touchPanel.Init();
|
||||||
dateTimeController.Register(this);
|
dateTimeController.Register(this);
|
||||||
batteryController.Register(this);
|
batteryController.Register(this);
|
||||||
motorController.Init();
|
motorController.Init();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user