examples/smtp: fix strict prototypes error in SMTP example

This commit is contained in:
Ivan Grokhotkov 2020-02-06 10:58:35 +01:00
parent cbf8b60466
commit 8a6c3c254c

View file

@ -497,7 +497,7 @@ exit:
vTaskDelete(NULL);
}
void app_main()
void app_main(void)
{
ESP_ERROR_CHECK(nvs_flash_init());
ESP_ERROR_CHECK(esp_netif_init());