WiP: Removed unneeded WakeUp/GoSleep handlers

WiP: Added new handler - > SwitchPowerMode
This commit is contained in:
Mateusz
2019-08-29 11:40:31 +02:00
parent fcd335a9b3
commit e8babd16d5
46 changed files with 41 additions and 381 deletions

View File

@@ -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;