]> begriffs open source - freertos/commit
uxAutoReload replaced with xAutoReload to improve MISRA compliance (#429)
authorJoseph Julicher <jjulicher@mac.com>
Mon, 27 Dec 2021 18:36:59 +0000 (11:36 -0700)
committerGitHub <noreply@github.com>
Mon, 27 Dec 2021 18:36:59 +0000 (11:36 -0700)
commit455df7a07a14f7912111d0e42275bec0cc541446
treeefd194a2d1e649927032a5416905864051b90356
parent53b9a80b8ece7fa2752d0f1a9d47306bced07de2
uxAutoReload replaced with xAutoReload to improve MISRA compliance (#429)

* Created xTimerGetReloadMode and uxTimerGetReloadMode.

* Changed the use of uxAutoReload to xAutoReload

* updated history.txt

* Update History.txt

Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
* Update timers.c

Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
* Added xTimerGetReloadMode to lexicon.txt

* uncrustified timers.c

* Fix formatting check

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
Co-authored-by: Gaurav Aggarwal <aggarg@amazon.com>
.github/lexicon.txt
History.txt
include/timers.h
timers.c