sept: Correct bct buffer pointer and turn on backlight on error

This commit is contained in:
CTCaer
2021-02-06 17:14:07 +02:00
parent c5152f6a9d
commit b6e458e97b
4 changed files with 11 additions and 6 deletions

View File

@@ -20,6 +20,6 @@
#include <utils/types.h>
void check_sept(ini_sec_t *cfg_sec);
int reboot_to_sept(const u8 *tsec_fw, u32 kb, ini_sec_t *cfg_sec);
int reboot_to_sept(const u8 *tsec_fw, u32 kb, ini_sec_t *cfg_sec);
#endif