schedule with 4 application
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user