This commit is contained in:
Simon
2025-07-14 16:46:33 +02:00
parent 9d525a9602
commit 6951311c9c
4 changed files with 34 additions and 8 deletions

View File

@@ -39,15 +39,17 @@ void Application::action() { // NOLINT
uint16_t cnt = 0;
uint8_t row = appl_cnt++;
while (1) {
Guarded g= Guard::enter();
//koutlock.lock();
{
Guarded g= Guard::enter();
//g.vault();
foo.p(g.vault());
kout.setPos((unsigned)8*row,(unsigned)/*Core::getID()*2+*/1);
kout << cnt++ << flush;
foo.v(g.vault());
g.vault().bellringer.sleep(g.vault(),6666);
//g.vault().kout << endl << flush;
//Guard::leave();
//koutlock.unlock();