From 2f66e475fab35887f00c966c8ad87393b4036e93 Mon Sep 17 00:00:00 2001 From: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com> Date: Wed, 29 Nov 2023 19:15:07 +0530 Subject: [PATCH] Fix prototype of MPU_vTimerSetReloadMode (#911) Signed-off-by: Gaurav Aggarwal --- portable/Common/mpu_wrappers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portable/Common/mpu_wrappers.c b/portable/Common/mpu_wrappers.c index ac8251436..e881681e0 100644 --- a/portable/Common/mpu_wrappers.c +++ b/portable/Common/mpu_wrappers.c @@ -1821,7 +1821,7 @@ #if ( configUSE_TIMERS == 1 ) void MPU_vTimerSetReloadMode( TimerHandle_t xTimer, - const UBaseType_t uxAutoReload ) /* FREERTOS_SYSTEM_CALL */ + const BaseType_t uxAutoReload ) /* FREERTOS_SYSTEM_CALL */ { if( portIS_PRIVILEGED() == pdFALSE ) {