mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-07 09:02:08 +00:00
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
This commit is contained in:
@@ -151,7 +151,7 @@ static void get_string(char *line, size_t size)
|
||||
}
|
||||
}
|
||||
|
||||
void app_main()
|
||||
void app_main(void)
|
||||
{
|
||||
char line[256];
|
||||
char pattern[32];
|
||||
|
||||
Reference in New Issue
Block a user