Fix previous commit, call touchPanel.Init() even if we disabled the touch controller boot error.

This commit is contained in:
Jean-François Milants 2021-11-07 20:13:22 +01:00
parent e6edf21552
commit 76c43ebc82

View File

@ -152,6 +152,7 @@ void SystemTask::Work() {
bootError = BootErrors::TouchController;
}
*/
touchPanel.Init();
dateTimeController.Register(this);
batteryController.Register(this);
motorController.Init();