diff --git a/targets/f18/furi_hal/furi_hal.c b/targets/f18/furi_hal/furi_hal.c index 4e75d7dd7..957d9d673 100644 --- a/targets/f18/furi_hal/furi_hal.c +++ b/targets/f18/furi_hal/furi_hal.c @@ -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(); diff --git a/targets/f18/target.json b/targets/f18/target.json index 3b7261d61..e021a5b22 100644 --- a/targets/f18/target.json +++ b/targets/f18/target.json @@ -33,7 +33,6 @@ "u8g2", "nanopb", "update_util", - "xtreme", "heatshrink", "flipperformat", "flipper18"