From: rtel Date: Mon, 30 Dec 2019 22:24:58 +0000 (+0000) Subject: Previously the STM32F0518 compiler setting was changed to enable the use of the __wea... X-Git-Tag: V10.3.0~39 X-Git-Url: https://git.sur5r.net/?p=freertos;a=commitdiff_plain;h=fe7154a8e99216f16b74c6786e7bb02f8e42e4c8 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 --- 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 @@