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.

This commit is contained in:
Richard Barry 2019-12-30 22:24:58 +00:00
parent cc673eb6a5
commit 3203c5cc85
2 changed files with 3 additions and 2 deletions

View file

@ -311,7 +311,7 @@
</option>
<option>
<name>CCLangConformance</name>
<state>0</state>
<state>1</state>
</option>
<option>
<name>CCSignedPlainChar</name>