schedule with 4 application

This commit is contained in:
Eggert Jung
2025-06-23 21:27:57 +02:00
parent e6d6e7521c
commit 7322a9ed70
3 changed files with 30 additions and 5 deletions

View File

@@ -47,7 +47,7 @@ void Application::action() { // NOLINT
{
Guarded g = Guard::enter();
//g.vault();
g.vault().kout.setPos((unsigned)10*row,(unsigned)Core::getID()*2+1);
g.vault().kout.setPos((unsigned)10*row,(unsigned)/*Core::getID()*2+*/1);
g.vault().kout << cnt++ << flush;
//g.vault().kout << endl << flush;
@@ -57,7 +57,11 @@ void Application::action() { // NOLINT
//Core::pause();
//activeWaitDelay(10000000);
sch.resume(true);
{
Guarded g = Guard::enter();
sch.resume(true);
}
if(cnt >= sizeof(text)-1)
cnt=0;