This commit is contained in:
Eggert Jung
2025-06-22 11:45:31 +02:00
parent d9978ddc37
commit 94249eda37
4 changed files with 2 additions and 8 deletions

View File

@@ -53,6 +53,6 @@ void Application::action() { // NOLINT
activeWaitDelay(10000000);
if(cnt >= sizeof(text)-1)
cnt=0;
context_switch(test2,test1);
//context_switch(test2,test1);
}
}