Fix errors piled up on apps repo

This commit is contained in:
Willy-JL
2023-11-12 11:39:13 +00:00
parent e309fa8a88
commit 9c8d9eb236
6 changed files with 6 additions and 5 deletions

View File

@@ -5,6 +5,7 @@
#include <cli/cli_vcp.h>
#include <furi/core/thread_i.h>
#include "cligui_main_i.h"
#include <loader/loader_i.h>
#include <FreeRTOS.h>
volatile bool gotCallbackSet = false;

View File

@@ -2,7 +2,6 @@
#include "cli_control.h"
#include "text_input.h"
#include "console_output.h"
#include <loader/loader_i.h>
#include <gui/view_dispatcher_i.h>
static bool cligui_custom_event_cb(void* context, uint32_t event) {