summaryrefslogtreecommitdiff
path: root/FreeRTOS/Source/portable/RVDS/ARM_CM7/r0p1/port.c
diff options
context:
space:
mode:
Diffstat (limited to 'FreeRTOS/Source/portable/RVDS/ARM_CM7/r0p1/port.c')
-rw-r--r--FreeRTOS/Source/portable/RVDS/ARM_CM7/r0p1/port.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CM7/r0p1/port.c b/FreeRTOS/Source/portable/RVDS/ARM_CM7/r0p1/port.c
index 967f5f10e..fa63025a2 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CM7/r0p1/port.c
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CM7/r0p1/port.c
@@ -679,7 +679,7 @@ void xPortSysTickHandler( void )
*/
#if( configOVERRIDE_DEFAULT_TICK_CONFIGURATION == 0 )
- void vPortSetupTimerInterrupt( void )
+ __weak void vPortSetupTimerInterrupt( void )
{
/* Calculate the constants required to configure the tick interrupt. */
#if( configUSE_TICKLESS_IDLE == 1 )