mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 12:53:29 +00:00
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
This commit is contained in:
@@ -211,7 +211,7 @@ static void connect_handler(void* arg, esp_event_base_t event_base,
|
||||
}
|
||||
|
||||
|
||||
void app_main()
|
||||
void app_main(void)
|
||||
{
|
||||
static httpd_handle_t server = NULL;
|
||||
|
||||
|
Reference in New Issue
Block a user