Bootloader: always treat initial state as tainted. Firmware: mark boot state as tainted on boot. (#558)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#include <api-hal.h>
|
||||
|
||||
void api_hal_init() {
|
||||
api_hal_boot_init();
|
||||
FURI_LOG_I("FURI_HAL", "BOOT OK");
|
||||
api_hal_version_init();
|
||||
FURI_LOG_I("FURI_HAL", "VERSION OK");
|
||||
api_hal_delay_init();
|
||||
|
Reference in New Issue
Block a user