mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-19 23:45:28 +02:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user