write
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user