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
Update of three badly terminated macro definitions (FreeRTOS#555)
* Update of three badly terminated macro definitions
- vTaskDelayUntil() to conform to usual pattern do { ... } while(0)
- vTaskNotifyGiveFromISR() and
- vTaskGenericNotifyGiveFromISR() to remove extra terminating semicolons
- This PR addresses issues FreeRTOS#553 and FreeRTOS#554
* Adjust formatting of task.h
Co-authored-by: Paul Bartell <pbartell@amazon.com>
0 commit comments