This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

While loop for Flags resolution and Tickers

I am using SDK 15.3 and wanted to ask that if there is a while loop where I can check flags and increment tickers. The program at the moment gets stuck inside

for (;;)
    {     
        idle_state_handle();
    }

Suggestions would be greatly appreciated.

Parents Reply Children
No Data
Related