don't stack overflow on early ch dbg assert (#2853)

This commit is contained in:
Matthew Kennedy 2021-06-24 13:36:20 -07:00 committed by GitHub
parent 40466e1e6f
commit dad704a926
1 changed files with 0 additions and 4 deletions

View File

@ -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