mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-22 01:02:57 +00:00
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
This commit is contained in:
@@ -81,7 +81,7 @@ static void IRAM_ATTR gpio_handshake_isr_handler(void* arg)
|
||||
}
|
||||
|
||||
//Main application
|
||||
void app_main()
|
||||
void app_main(void)
|
||||
{
|
||||
esp_err_t ret;
|
||||
spi_device_handle_t handle;
|
||||
|
Reference in New Issue
Block a user