 6d9de25494
			
		
	
	
		6d9de25494
		
			
		
	
	
	
	
		
			
			* Lib: adjust default contrast for ERC displays * Furi: various improvements in check module * Format Sources * FurHal: ble early hardfault detection --------- Co-authored-by: hedger <hedger@users.noreply.github.com>
		
			
				
	
	
		
			11 lines
		
	
	
		
			228 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			228 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| App(
 | |
|     appid="crash_test",
 | |
|     name="Crash Test",
 | |
|     apptype=FlipperAppType.DEBUG,
 | |
|     entry_point="crash_test_app",
 | |
|     cdefines=["APP_CRASH_TEST"],
 | |
|     requires=["gui"],
 | |
|     stack_size=1 * 1024,
 | |
|     fap_category="Debug",
 | |
| )
 |