 0980775f01
			
		
	
	
		0980775f01
		
	
	
	
	
		
			
			custom debug stream run docker with project dir, specify dir to makefile remove unused includes fix broken F1
		
			
				
	
	
		
			13 lines
		
	
	
		
			110 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			110 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /*
 | |
| Flipper devices inc.
 | |
| 
 | |
| Local fw build entry point.
 | |
| */
 | |
| 
 | |
| void app();
 | |
| 
 | |
| int main() {
 | |
|     app();
 | |
| 
 | |
|     return 0;
 | |
| } |