Revert "Fix AutoReload variable name (#1166)"

This reverts commit 8225a7f554.
This commit is contained in:
Kody Stribrny 2024-11-01 10:27:50 -07:00
parent de276eb023
commit 840238184e
20 changed files with 38 additions and 38 deletions

View file

@ -1648,10 +1648,10 @@
#if ( configUSE_TIMERS == 1 )
void MPU_vTimerSetReloadMode( TimerHandle_t xTimer,
const BaseType_t xAutoReload ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
const BaseType_t uxAutoReload ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
void MPU_vTimerSetReloadMode( TimerHandle_t xTimer,
const BaseType_t xAutoReload ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */
const BaseType_t uxAutoReload ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */
{
__asm volatile
(