diff options
| author | Jean-François Milants <jf@codingfield.com> | 2023-10-23 21:43:05 +0200 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2023-11-19 21:13:55 +0100 |
| commit | 02af09d9430bef72f307d49bc215149415a180ea (patch) | |
| tree | b1b7d09e95ce8d9de08f64c56206f91c26e7f5c7 /src/displayapp/DisplayAppRecovery.cpp | |
| parent | 63e0c4f4efb047f4f15601f7b08640c4b589de93 (diff) | |
Application selection at build time
Fix DisplayAppRecovery so it builds with -std=c++20.
Diffstat (limited to 'src/displayapp/DisplayAppRecovery.cpp')
| -rw-r--r-- | src/displayapp/DisplayAppRecovery.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/displayapp/DisplayAppRecovery.cpp b/src/displayapp/DisplayAppRecovery.cpp index de165c29..9fe59c40 100644 --- a/src/displayapp/DisplayAppRecovery.cpp +++ b/src/displayapp/DisplayAppRecovery.cpp @@ -121,3 +121,12 @@ void DisplayApp::PushMessage(Display::Messages msg) { void DisplayApp::Register(Pinetime::System::SystemTask* /*systemTask*/) { } + +void DisplayApp::Register(Pinetime::Controllers::WeatherService* /*weatherService*/) { +} + +void DisplayApp::Register(Pinetime::Controllers::MusicService* /*musicService*/) { +} + +void DisplayApp::Register(Pinetime::Controllers::NavigationService* /*NavigationService*/) { +} |
