Fix some compilation warnings and add esp-idf platform for experiment (#454)
And fix some code indent issues.
This commit is contained in:
@ -173,11 +173,11 @@ typedef struct host_interface {
|
||||
* @return true if success, false otherwise
|
||||
*/
|
||||
bool
|
||||
app_manager_host_init(host_interface *interface);
|
||||
app_manager_host_init(host_interface *intf);
|
||||
|
||||
/* Startup app manager */
|
||||
void
|
||||
app_manager_startup(host_interface *interface);
|
||||
app_manager_startup(host_interface *intf);
|
||||
|
||||
/* Get queue of current applet */
|
||||
void *
|
||||
|
||||
Reference in New Issue
Block a user