This commit is contained in:
Willy-JL
2024-06-06 00:31:41 +01:00
28 changed files with 586 additions and 425 deletions

View File

@@ -484,6 +484,8 @@ int32_t desktop_srv(void* p) {
if(!furi_hal_is_normal_boot()) {
FURI_LOG_W(TAG, "Skipping start in special boot mode");
furi_thread_suspend(furi_thread_get_current_id());
return 0;
}

View File

@@ -1,5 +1,4 @@
#include <furi.h>
#include <FreeRTOS.h>
#include <gui/scene_manager.h>
#include "../desktop_i.h"

View File

@@ -2,7 +2,6 @@
#include <furi.h>
#include <stdint.h>
#include <stdio.h>
#include <FreeRTOS.h>
#include <projdefs.h>
#include <input/input.h>
#include <gui/canvas.h>