Fix typo in Clock.cpp.

This commit is contained in:
Jean-François Milants 2022-10-01 19:49:41 +02:00
parent 79728730d7
commit 9bf43c380e

View file

@ -115,7 +115,7 @@ std::unique_ptr<Screen> Clock::WatchFaceInfineatScreen() {
dateTimeController, dateTimeController,
batteryController, batteryController,
bleController, bleController,
notificatioManager, notificationManager,
settingsController, settingsController,
motionController, motionController,
filesystem); filesystem);