Bootloader: always treat initial state as tainted. Firmware: mark boot state as tainted on boot. (#558)

This commit is contained in:
あく
2021-07-02 16:02:36 +03:00
committed by GitHub
parent df9a6673da
commit b6d5b5cb74
7 changed files with 39 additions and 20 deletions

View File

@@ -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();