mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 12:10:59 +00:00
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
This commit is contained in:
@@ -144,7 +144,7 @@ void int_timer_handler(void *arg) {
|
||||
int_timer_ctr++;
|
||||
}
|
||||
|
||||
void local_timer_test()
|
||||
void local_timer_test(void)
|
||||
{
|
||||
intr_handle_t ih;
|
||||
esp_err_t r;
|
||||
|
Reference in New Issue
Block a user