mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-23 01:10:46 +00:00
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
This commit is contained in:
@@ -69,7 +69,7 @@ void my_post_trans_cb(spi_slave_transaction_t *trans) {
|
||||
}
|
||||
|
||||
//Main application
|
||||
void app_main()
|
||||
void app_main(void)
|
||||
{
|
||||
int n=0;
|
||||
esp_err_t ret;
|
||||
|
Reference in New Issue
Block a user