fix strict prototype issue in app_main
This commit is contained in:
parent
b68f55fc78
commit
418fb4d0ec
|
@ -3,7 +3,7 @@
|
|||
#include "freertos/task.h"
|
||||
|
||||
|
||||
void app_main()
|
||||
void app_main(void)
|
||||
{
|
||||
int i = 0;
|
||||
while (1) {
|
||||
|
|
Loading…
Reference in New Issue