format fix
This commit is contained in:
		
							parent
							
								
									799eefd754
								
							
						
					
					
						commit
						c17f4c9d38
					
				| @ -127,16 +127,13 @@ const FlipperStartupApp FLIPPER_STARTUP[] = { | ||||
|     {.app = music_player, .name = "music player", .libs = {1, FURI_LIB{"gui_task"}}}, | ||||
| #endif | ||||
| 
 | ||||
| #ifdef APP_GPIO_DEMO | ||||
|     { | ||||
|         .app = app_gpio_test, | ||||
|         .name = "gpio test", | ||||
|         .libs = {1, FURI_LIB{"gui_task"}}, | ||||
| #endif | ||||
| 
 | ||||
| #ifdef APP_IBUTTON | ||||
|     {.app = app_ibutton, .name = "ibutton", .libs = {1, FURI_LIB{"gui_task"}}}, | ||||
| #endif | ||||
| 
 | ||||
| #ifdef APP_GPIO_DEMO | ||||
|     {.app = app_gpio_test, .name = "gpio test", .libs = {1, FURI_LIB{"gui_task"}}}, | ||||
| #endif | ||||
| }; | ||||
| 
 | ||||
| const FlipperStartupApp FLIPPER_APPS[] = { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 DrZlo13
						DrZlo13