Fix code
This commit is contained in:
parent
a486fa202c
commit
388023c69b
@ -19,8 +19,7 @@ static void event_handler(lv_obj_t * obj, lv_event_t event) {
|
||||
Clock* screen = static_cast<Clock *>(obj->user_data);
|
||||
screen->OnObjectEvent(obj, event);
|
||||
}
|
||||
|
||||
Clock::Clock(DisplayApp* app,
|
||||
WatchFaceDigital::WatchFaceWordClock(DisplayApp* app,
|
||||
Controllers::DateTime& dateTimeController,
|
||||
Controllers::Battery& batteryController,
|
||||
Controllers::Ble& bleController,
|
||||
|
Loading…
Reference in New Issue
Block a user