[FL-2493] Infrared: fix crash on invalid name. Input: cancel info in dump command. (#1153)

* Infrared: fix crash on invalid name. Input: cancel info in dump command.
* FuriHal: add abort handler
This commit is contained in:
あく
2022-04-23 04:56:59 +03:00
committed by GitHub
parent cc99ce1f07
commit b28d408b49
3 changed files with 17 additions and 14 deletions

View File

@@ -65,6 +65,10 @@ void Error_Handler(void) {
furi_crash("ErrorHandler");
}
void abort() {
furi_crash("AbortHandler");
}
#ifdef USE_FULL_ASSERT
/**
* @brief Reports the name of the source file and the source line number