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