From 3203c5cc85cae67ac66dcdc485f911a049e7ed5c Mon Sep 17 00:00:00 2001 From: Richard Barry 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. --- 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 @@