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