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 563c3d8c62
commit fd49590a4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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