MCPcopy Create free account
hub / github.com/crosspoint-reader/crosspoint-reader / clearPanic

Function clearPanic

lib/hal/HalSystem.cpp:104–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104void clearPanic() {
105 panicMessage[0] = '\0';
106 for (size_t i = 0; i < MAX_PANIC_STACK_DEPTH; i++) {
107 panicStack[i].sp = 0;
108 }
109 clearLastLogs();
110}
111
112std::string getPanicInfo(bool full) {
113 if (!full) {

Callers 2

beginFunction · 0.85
onEnterMethod · 0.85

Calls 1

clearLastLogsFunction · 0.85

Tested by

no test coverage detected