Skip to content

Commit

Permalink
Fix prototype of MPU_vTimerSetReloadMode (FreeRTOS#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
kar-rahul-aws authored Nov 30, 2023
1 parent 592bfe0 commit f8ef5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portable/Common/mpu_wrappers.c
Original file line number Diff line number Diff line change
Expand Up @@ -1797,7 +1797,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 )
{
Expand Down

0 comments on commit f8ef5f6

Please sign in to comment.