mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-02 21:48:13 +00:00
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
This commit is contained in:
@@ -130,7 +130,7 @@ static size_t process_line(char* line, char* packet)
|
||||
return count;
|
||||
}
|
||||
|
||||
void app_main()
|
||||
void app_main(void)
|
||||
{
|
||||
char packet[128];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user