Finished hopefully

This commit is contained in:
2026-04-25 09:07:02 +02:00
parent 23a0cbee6f
commit 774980200c
6 changed files with 72 additions and 39 deletions
+1 -1
View File
@@ -77,6 +77,6 @@ __attribute__((noreturn))
int main() {
init_all();
multicore_launch_core1(core1_main);
while (1) {}
while (1);
}