mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-25 09:42:35 +00:00
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
This commit is contained in:
@@ -42,7 +42,7 @@ void reset_task(void *arg)
|
||||
}
|
||||
}
|
||||
|
||||
void app_main()
|
||||
void app_main(void)
|
||||
{
|
||||
printf("Initialize TWDT\n");
|
||||
//Initialize or reinitialize TWDT
|
||||
|
Reference in New Issue
Block a user