mirror of
https://github.com/InfiniTimeOrg/InfiniTime.git
synced 2026-05-05 20:26:39 +02: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…
x
Reference in New Issue
Block a user