Applications: unified entry point naming scheme, drop dead code, cleanup. (#628)

This commit is contained in:
あく
2021-08-07 19:54:42 +03:00
committed by GitHub
parent eb83395cc3
commit 7907cb232b
37 changed files with 442 additions and 1175 deletions

View File

@@ -14,7 +14,7 @@ static const NotificationSequence sequence_overconsumption = {
NULL,
};
int32_t power_observer(void* p) {
int32_t power_observer_srv(void* p) {
NotificationApp* notifications = furi_record_open("notification");
const float overconsumption_limit = 0.03f;