mirror of
https://github.com/InfiniTimeOrg/InfiniTime.git
synced 2024-11-23 20:56:27 +03:00
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;
|
||||
}
|
||||
*/
|
||||
touchPanel.Init();
|
||||
dateTimeController.Register(this);
|
||||
batteryController.Register(this);
|
||||
motorController.Init();
|
||||
|
Loading…
Reference in New Issue
Block a user