Remove busy loop in main.c, not needed once other threads are run

This commit is contained in:
Federico Amedeo Izzo 2020-12-06 10:19:19 +01:00
parent 7fffc339f8
commit c0b920b4bf
1 changed files with 0 additions and 1 deletions

View File

@ -30,6 +30,5 @@ int main(void)
// Create OpenRTX threads
create_threads();
while(1) ;
return 0;
}