Add SD error report on first boot

This commit is contained in:
CTCaer
2020-08-28 09:37:48 +03:00
parent 461d14c39a
commit 926bd5d2fb
2 changed files with 6 additions and 3 deletions

View File

@@ -33,6 +33,7 @@ typedef enum
ERR_LIBSYS_LP0 = (1 << 0),
ERR_SYSOLD_NYX = (1 << 1),
ERR_LIBSYS_MTC = (1 << 2),
ERR_SD_BOOT_EN = (1 << 3),
ERR_L4T_KERNEL = (1 << 24),
ERR_EXCEPT_ENB = (1 << 31),
} hekate_errors_t;