mirror of
https://github.com/espressif/esp-idf-template.git
synced 2025-10-09 11:50:59 +00:00
fix strict prototype issue in app_main
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include "freertos/task.h"
|
||||
|
||||
|
||||
void app_main()
|
||||
void app_main(void)
|
||||
{
|
||||
int i = 0;
|
||||
while (1) {
|
||||
|
Reference in New Issue
Block a user