don't stack overflow on early ch dbg assert (#2853)
This commit is contained in:
parent
40466e1e6f
commit
dad704a926
|
@ -71,10 +71,6 @@ void chDbgPanic3(const char *msg, const char * file, int line) {
|
|||
#if EFI_HD44780_LCD
|
||||
lcdShowPanicMessage((char *) msg);
|
||||
#endif /* EFI_HD44780_LCD */
|
||||
|
||||
if (!main_loop_started) {
|
||||
chSysHalt("Main loop did not start");
|
||||
}
|
||||
}
|
||||
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue