You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should try to use osMessageQueueGet(queue, &data, NULL, osWaitForever) more with the osWaitForever since it saves CPU cycles instead of using 0 timeout
We should try to use
osMessageQueueGet(queue, &data, NULL, osWaitForever)more with theosWaitForeversince it saves CPU cycles instead of using 0 timeout