app_main: Remove return 0 statement, should have been in 22ff84e
This commit is contained in:
parent
22ff84e1a7
commit
b18317a8a9
|
@ -39,7 +39,5 @@ void app_main(void)
|
|||
level = !level;
|
||||
vTaskDelay(300 / portTICK_PERIOD_MS);
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue