Much better crash handling. So wow.
* Furi, FuriHal, Desktop: much better crash handling. So wow. * FuriHal: add missing include in FreeRTOSConfig.h Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
This commit is contained in:
		@@ -30,8 +30,7 @@ int main(void) {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void Error_Handler(void) {
 | 
			
		||||
    asm("bkpt 1");
 | 
			
		||||
    while(1) {}
 | 
			
		||||
    furi_crash("ErrorHandler");
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#ifdef  USE_FULL_ASSERT
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user