diff options
| author | Jean-François Milants <jf@codingfield.com> | 2021-06-06 18:20:55 (GMT) |
|---|---|---|
| committer | Jean-François Milants <jf@codingfield.com> | 2021-06-06 18:20:55 (GMT) |
| commit | ff00873f974cb1400acf7721251167634e60107a (patch) | |
| tree | 143ec0357881fab9a41dbdb1d2e5cfae2a9a816b /src/displayapp/DisplayAppRecovery.cpp | |
| parent | 7f9cc51b050e1034b573e37484f7afe29c370d81 (diff) | |
Fix build for recovery firmware.
Diffstat (limited to 'src/displayapp/DisplayAppRecovery.cpp')
| -rw-r--r-- | src/displayapp/DisplayAppRecovery.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/displayapp/DisplayAppRecovery.cpp b/src/displayapp/DisplayAppRecovery.cpp index 856eafd..b73d0a8 100644 --- a/src/displayapp/DisplayAppRecovery.cpp +++ b/src/displayapp/DisplayAppRecovery.cpp @@ -14,7 +14,6 @@ DisplayApp::DisplayApp(Drivers::St7789& lcd, Controllers::Ble& bleController, Controllers::DateTime& dateTimeController, Drivers::WatchdogView& watchdog, - System::SystemTask& systemTask, Pinetime::Controllers::NotificationManager& notificationManager, Pinetime::Controllers::HeartRateController& heartRateController, Controllers::Settings& settingsController, @@ -113,4 +112,8 @@ void DisplayApp::PushMessage(Display::Messages msg) { /* Actual macro used here is port specific. */ // TODO : should I do something here? } -}
\ No newline at end of file +} + +void DisplayApp::Register(Pinetime::System::SystemTask* systemTask) { + +} |
