This commit is contained in:
2025-11-26 09:28:41 +01:00
parent da3f961edb
commit beb1abc33c
4 changed files with 23 additions and 21 deletions

View File

@@ -18,7 +18,8 @@ extern Application apps[];
void Application::action() { // NOLINT
// Thread 1 may be an auxiliary thread
sys_test(1,2,3,4,5);
//sys_test(1,2,3,4,5);
write(0, "testestestestestse", 5, 1 , 1);
unsigned id = 0;
while (&apps[id++] != this);