Fix prototype of MPU_vTimerSetReloadMode (#911)

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
Gaurav-Aggarwal-AWS 2023-11-29 19:15:07 +05:30 committed by GitHub
parent 6b7d4cf41b
commit 2f66e475fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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