From fe7154a8e99216f16b74c6786e7bb02f8e42e4c8 Mon Sep 17 00:00:00 2001 From: rtel Date: Mon, 30 Dec 2019 22:24:58 +0000 Subject: [PATCH] Previously the STM32F0518 compiler setting was changed to enable the use of the __weak attribute - however changing the port layer to use #pragma weak in place of __weak means the compiler setting change is not required and removes the risk of introducing incompatibilities - so this check in reverts the compiler settings change. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2784 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/RTOSDemo.ewp | 2 +- FreeRTOS/Source/portable/IAR/ARM_CM0/port.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/RTOSDemo.ewp b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/RTOSDemo.ewp index ea4097b44..2ce04ea22 100644 --- a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/RTOSDemo.ewp +++ b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/RTOSDemo.ewp @@ -311,7 +311,7 @@