We don't deal with f18

This commit is contained in:
Willy-JL
2024-02-09 01:38:09 +00:00
parent 5ea2c9799b
commit aba6237fc8
2 changed files with 0 additions and 11 deletions
-10
View File
@@ -6,16 +6,6 @@
#define TAG "FuriHal"
bool normal_boot = false;
void furi_hal_set_is_normal_boot(bool value) {
normal_boot = value;
}
bool furi_hal_is_normal_boot() {
return normal_boot;
}
void furi_hal_init_early() {
furi_hal_cortex_init_early();
furi_hal_clock_init_early();
-1
View File
@@ -33,7 +33,6 @@
"u8g2",
"nanopb",
"update_util",
"xtreme",
"heatshrink",
"flipperformat",
"flipper18"