mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-07 19:01:54 -07:00
We don't deal with f18
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
"u8g2",
|
||||
"nanopb",
|
||||
"update_util",
|
||||
"xtreme",
|
||||
"heatshrink",
|
||||
"flipperformat",
|
||||
"flipper18"
|
||||
|
||||
Reference in New Issue
Block a user