Application selection at build time
Fix DisplayAppRecovery so it builds with -std=c++20.
This commit is contained in:

committed by
JF

parent
63e0c4f4ef
commit
02af09d943
@@ -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*/) {
|
||||
}
|
||||
|
Reference in New Issue
Block a user