]> begriffs open source - freertos/commit
Update of three badly terminated macro definitions (#555)
authornewbrain <17814222+newbrain@users.noreply.github.com>
Thu, 8 Sep 2022 17:33:41 +0000 (19:33 +0200)
committerGitHub <noreply@github.com>
Thu, 8 Sep 2022 17:33:41 +0000 (10:33 -0700)
commitc09187e73b4d1258f11900a7da163fa3c33b5a3a
tree43b43bea86b31ae4be5a80cdc99d6753acc96b2d
parent6324f6fc3e26d8b550fe54d474cd1ea89e238622
Update of three badly terminated macro definitions (#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 #553 and #554

* Adjust formatting of task.h

Co-authored-by: Paul Bartell <pbartell@amazon.com>
include/task.h