torch to main

This commit is contained in:
Alejandro Javier Asenjo Nitti 2024-05-27 13:43:33 -03:00
parent 0f6d7cca33
commit 07fbeac7cb
2 changed files with 2 additions and 3 deletions

View File

@ -479,8 +479,7 @@ void Idle_ThreadEntry(void* arg0) {
osStartThread(&gMainThread); osStartThread(&gMainThread);
Fault_Init(); Fault_Init();
osSetThreadPri(NULL, OS_PRIORITY_IDLE); osSetThreadPri(NULL, OS_PRIORITY_IDLE);
loop_1: for (;;) {}
goto loop_1;
} }
void bootproc(void) { void bootproc(void) {

@ -1 +1 @@
Subproject commit c1efb832f5ced7b7c6a5573d6bcdae2613aabf0e Subproject commit 76e90b4ddc9c215132c39ebf8433d5f88813b368