From c196ff8b57b4932a5c3bc47fbb890878d0539f14 Mon Sep 17 00:00:00 2001 From: openshwprojects Date: Sun, 21 May 2023 09:23:17 +0200 Subject: [PATCH] add missing entries to comment about reboot reasons, just for rerefernec --- src/httpserver/http_fns.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/httpserver/http_fns.c b/src/httpserver/http_fns.c index a37a19988..3897c873d 100644 --- a/src/httpserver/http_fns.c +++ b/src/httpserver/http_fns.c @@ -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,