mirror of
https://github.com/espressif/esp-idf-template.git
synced 2025-10-09 03:41:00 +00:00
app_main: Remove return 0 statement, should have been in 22ff84e
This commit is contained in:
@@ -39,7 +39,5 @@ void app_main(void)
|
|||||||
level = !level;
|
level = !level;
|
||||||
vTaskDelay(300 / portTICK_PERIOD_MS);
|
vTaskDelay(300 / portTICK_PERIOD_MS);
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user