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

@ -1799,7 +1799,7 @@
#if ( configUSE_TIMERS == 1 )
void MPU_vTimerSetReloadMode( TimerHandle_t xTimer,
const BaseType_t xAutoReload ) /* FREERTOS_SYSTEM_CALL */
const BaseType_t uxAutoReload ) /* FREERTOS_SYSTEM_CALL */
{
if( portIS_PRIVILEGED() == pdFALSE )
{