Skip to content
Snippets Groups Projects
Commit 62729a15 authored by Nicolò Caruso's avatar Nicolò Caruso Committed by Emilio Corigliano
Browse files

[GS] Added sleep to entrypoint

Added a sleep to the entrypoint before starting modules.
This should fix a problem with the VN300 seen as not initialized
parent 58e0764d
No related branches found
No related tags found
No related merge requests found
......@@ -209,6 +209,10 @@ int main()
// Start the modules
ledOn();
Thread::sleep(2000);
ledOff();
// ARP start errors
bool init_fatal = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment