Skip to content

Commit 2f66e47

Browse files
authored
Fix prototype of MPU_vTimerSetReloadMode (#911)
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
1 parent 6b7d4cf commit 2f66e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

portable/Common/mpu_wrappers.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1821,7 +1821,7 @@
18211821

18221822
#if ( configUSE_TIMERS == 1 )
18231823
void MPU_vTimerSetReloadMode( TimerHandle_t xTimer,
1824-
const UBaseType_t uxAutoReload ) /* FREERTOS_SYSTEM_CALL */
1824+
const BaseType_t uxAutoReload ) /* FREERTOS_SYSTEM_CALL */
18251825
{
18261826
if( portIS_PRIVILEGED() == pdFALSE )
18271827
{

0 commit comments

Comments
 (0)