Skip to content

Commit

Permalink
app_main: Function should return void not int
Browse files Browse the repository at this point in the history
  • Loading branch information
projectgus committed Nov 13, 2016
1 parent bbf4cd7 commit 22ff84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ esp_err_t event_handler(void *ctx, system_event_t *event)
return ESP_OK;
}

int app_main(void)
void app_main(void)
{
nvs_flash_init();
system_init();
Expand Down

0 comments on commit 22ff84e

Please sign in to comment.