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
+1 -2
View File
@@ -479,8 +479,7 @@ void Idle_ThreadEntry(void* arg0) {
osStartThread(&gMainThread);
Fault_Init();
osSetThreadPri(NULL, OS_PRIORITY_IDLE);
loop_1:
goto loop_1;
for (;;) {}
}
void bootproc(void) {