mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 10:08:33 -04: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:
parent
53b9a80b8e
commit
455df7a07a
4 changed files with 54 additions and 27 deletions
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue