Merge commit 'e4c82708242b25a9af4d2695dd72f4eef44631eb' into mntm-dev

This commit is contained in:
Willy-JL
2024-10-31 16:29:29 +00:00
28 changed files with 976 additions and 310 deletions

View File

@@ -499,7 +499,7 @@ static void power_handle_reboot(PowerBootMode mode) {
furi_hal_power_reset();
}
static bool power_message_callback(FuriEventLoopObject* object, void* context) {
static void power_message_callback(FuriEventLoopObject* object, void* context) {
furi_assert(context);
Power* power = context;
@@ -545,8 +545,6 @@ static bool power_message_callback(FuriEventLoopObject* object, void* context) {
if(msg.lock) {
api_lock_unlock(msg.lock);
}
return true;
}
static void power_tick_callback(void* context) {