mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-30 22:51:41 +01:00 
			
		
		
		
	tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
This commit is contained in:
		| @@ -128,7 +128,7 @@ static void tcp_server_task(void *pvParameters) | ||||
|     vTaskDelete(NULL); | ||||
| } | ||||
|  | ||||
| void app_main() | ||||
| void app_main(void) | ||||
| { | ||||
|     ESP_ERROR_CHECK(nvs_flash_init()); | ||||
|     tcpip_adapter_init(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user