Cli: fix memleak, add more commands. (#244)
* Cli: add statndard applications, fix memory leak, add reset and reset to dfu. * Lib: pass proper data pointer to osMessageQueueGet * App-loader: optional cli * Format sources
This commit is contained in:
		
							
								
								
									
										15
									
								
								core/boot.h
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								core/boot.h
									
									
									
									
									
								
							| @@ -1,15 +0,0 @@ | ||||
| /* | ||||
| Flipper devices inc. | ||||
|  | ||||
| Bootloader API, must be implemented by target | ||||
| */ | ||||
|  | ||||
| #ifndef __BOOT_H | ||||
| #define __BOOT_H | ||||
|  | ||||
| /* | ||||
|  * @brief Request DFU and reboot | ||||
| */ | ||||
| void boot_restart_in_dfu(); | ||||
|  | ||||
| #endif | ||||
		Reference in New Issue
	
	Block a user