From 9b90cdf445b9893eb93c02317ef87965ec60657f Mon Sep 17 00:00:00 2001 From: David Crocker Date: Sun, 31 Oct 2021 17:13:29 +0000 Subject: Annotations for static analysis --- src/Hardware/ExceptionHandlers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Hardware/ExceptionHandlers.cpp') diff --git a/src/Hardware/ExceptionHandlers.cpp b/src/Hardware/ExceptionHandlers.cpp index 84fce3a0..5bb9fdb3 100644 --- a/src/Hardware/ExceptionHandlers.cpp +++ b/src/Hardware/ExceptionHandlers.cpp @@ -83,7 +83,7 @@ #elif !SAME5x RSTC->RSTC_MR = RSTC_MR_KEY_PASSWD; // ignore any signal on the NRST pin for now so that the reset reason will show as Software #endif - Reset(); + ResetProcessor(); for(;;) {} } -- cgit v1.2.3