timer/scheduler working

This commit is contained in:
Eggert Jung
2025-07-08 01:11:22 +02:00
parent 689c77f19e
commit bc0a94b705
6 changed files with 143 additions and 38 deletions

View File

@@ -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;