mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
Fix prototype of MPU_vTimerSetReloadMode (#911)
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
parent
6b7d4cf41b
commit
2f66e475fa
1 changed files with 1 additions and 1 deletions
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue