add missing entries to comment about reboot reasons, just for rerefernec

This commit is contained in:
openshwprojects
2023-05-21 09:23:17 +02:00
parent 1bd718a3e5
commit c196ff8b57

View File

@ -841,6 +841,9 @@ typedef enum {
RESET_SOURCE_REBOOT = 1,
RESET_SOURCE_WATCHDOG = 2,
RESET_SOURCE_DEEPPS_GPIO = 3,
RESET_SOURCE_DEEPPS_RTC = 4,
RESET_SOURCE_CRASH_XAT0 = 5,
RESET_SOURCE_CRASH_UNDEFINED = 6,
RESET_SOURCE_CRASH_PREFETCH_ABORT = 7,