mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-01 06:27:29 +00:00
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
#define LEDC_TEST_DUTY (4000)
|
||||
#define LEDC_TEST_FADE_TIME (3000)
|
||||
|
||||
void app_main()
|
||||
void app_main(void)
|
||||
{
|
||||
int ch;
|
||||
|
||||
|
Reference in New Issue
Block a user