mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
examples/smtp: fix strict prototypes error in SMTP example
This commit is contained in:
parent
cbf8b60466
commit
8a6c3c254c
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user