mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-05-19 05:57:30 -04:00
WiP: Removed unneeded WakeUp/GoSleep handlers
WiP: Added new handler - > SwitchPowerMode
This commit is contained in:
@@ -70,15 +70,6 @@ sys::ReturnCodes ApplicationNotes::DeinitHandler() {
|
||||
return sys::ReturnCodes::Success;
|
||||
}
|
||||
|
||||
sys::ReturnCodes ApplicationNotes::WakeUpHandler() {
|
||||
return sys::ReturnCodes::Success;
|
||||
}
|
||||
|
||||
|
||||
sys::ReturnCodes ApplicationNotes::SleepHandler() {
|
||||
return sys::ReturnCodes::Success;
|
||||
}
|
||||
|
||||
void ApplicationNotes::createUserInterface() {
|
||||
|
||||
gui::AppWindow* window = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user