Merge branch 'bugfix/strict_prototypes' into 'master'

Enable strict prototypes checks

Closes IDFGH-757

See merge request espressif/esp-idf!4546
This commit is contained in:
Angus Gratton
2019-08-05 09:38:39 +08:00
530 changed files with 1422 additions and 1387 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ static void wifi_power_save(void)
esp_wifi_set_ps(DEFAULT_PS_MODE);
}
void app_main()
void app_main(void)
{
// Initialize NVS
esp_err_t ret = nvs_flash_init();