mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-03 20:17:34 +00:00
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
This commit is contained in:
@@ -20,7 +20,7 @@ static void oneshot_timer_callback(void* arg);
|
||||
|
||||
static const char* TAG = "example";
|
||||
|
||||
void app_main()
|
||||
void app_main(void)
|
||||
{
|
||||
/* Create two timers:
|
||||
* 1. a periodic timer which will run every 0.5s, and print a message
|
||||
|
Reference in New Issue
Block a user