mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-07-27 16:24:13 +00:00
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>
This commit is contained in:
3
.github/lexicon.txt
vendored
3
.github/lexicon.txt
vendored
@@ -2398,7 +2398,6 @@ utf
|
||||
utilised
|
||||
utilises
|
||||
uxarraysize
|
||||
uxautoreload
|
||||
uxbasepriority
|
||||
uxbits
|
||||
uxbitstoclear
|
||||
@@ -2674,6 +2673,7 @@ xabab
|
||||
xabac
|
||||
xactivetimerlist
|
||||
xaltregions
|
||||
xautoreload
|
||||
xavailableheapspaceinbytes
|
||||
xb
|
||||
xbacklighttimer
|
||||
@@ -3070,6 +3070,7 @@ xtimercreatestatic
|
||||
xtimerdelete
|
||||
xtimergetexpirytime
|
||||
xtimergetperiod
|
||||
xtimergetreloadmode
|
||||
xtimergettimerdaemontaskhandle
|
||||
xtimeristimeractive
|
||||
xtimerlistitem
|
||||
|
||||
Reference in New Issue
Block a user