]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/portable/IAR/ARM_CM0/port.c
Previously the STM32F0518 compiler setting was changed to enable the use of the __wea...
[freertos] / FreeRTOS / Source / portable / IAR / ARM_CM0 / port.c
index 84f1e66e06cf04cd2ea8778efd4a7b93a100a5a7..08b59f3d4fc347cd2502b89719af0a4f876ede96 100644 (file)
@@ -96,6 +96,7 @@ power functionality only. */
  * file is weak to allow application writers to change the timer used to\r
  * generate the tick interrupt.\r
  */\r
+#pragma weak vPortSetupTimerInterrupt\r
 void vPortSetupTimerInterrupt( void );\r
 \r
 /*\r
@@ -235,7 +236,7 @@ uint32_t ulPreviousMask;
  * Setup the systick timer to generate the tick interrupts at the required\r
  * frequency.\r
  */\r
-__weak void vPortSetupTimerInterrupt( void )\r
+void vPortSetupTimerInterrupt( void )\r
 {\r
        /* Calculate the constants required to configure the tick interrupt. */\r
        #if( configUSE_TICKLESS_IDLE == 1 )\r