mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 21:45:00 +03:00
torch to main
This commit is contained in:
parent
0f6d7cca33
commit
07fbeac7cb
@ -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
|
Loading…
Reference in New Issue
Block a user