mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-03 12:07:52 +00:00
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
This commit is contained in:
@@ -386,7 +386,7 @@ static void display_pretty_colors(spi_device_handle_t spi)
|
||||
}
|
||||
}
|
||||
|
||||
void app_main()
|
||||
void app_main(void)
|
||||
{
|
||||
esp_err_t ret;
|
||||
spi_device_handle_t spi;
|
||||
|
Reference in New Issue
Block a user