kopia lustrzana https://github.com/espressif/esp-idf
examples/smtp: fix strict prototypes error in SMTP example
rodzic
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());
|
||||
|
|
Ładowanie…
Reference in New Issue