timer/scheduler working
This commit is contained in:
@@ -58,10 +58,10 @@ void Application::action() { // NOLINT
|
||||
//activeWaitDelay(10000000);
|
||||
|
||||
|
||||
{
|
||||
Guarded g = Guard::enter();
|
||||
sch.resume(true);
|
||||
}
|
||||
//{
|
||||
// Guarded g = Guard::enter();
|
||||
// sch.resume(true);
|
||||
//}
|
||||
|
||||
if(cnt >= sizeof(text)-1)
|
||||
cnt=0;
|
||||
|
||||
Reference in New Issue
Block a user