]> begriffs open source - freertos/commit
IAR Embedded Workbench modified behaviour of weak declaration "#pragma weak" in relea...
authorDavidJurajdaNXP <david.jurajda@nxp.com>
Fri, 31 Jul 2020 04:00:10 +0000 (06:00 +0200)
committerGitHub <noreply@github.com>
Fri, 31 Jul 2020 04:00:10 +0000 (21:00 -0700)
commitbda986927169eabce3455ddd3d0f61382471271f
tree61ada2487e8210c2d25dfd6e4f518652418aa7e9
parentadbfca54200d9665eb6b94da302b5268616072c0
IAR Embedded Workbench modified behaviour of weak declaration "#pragma weak" in release 8.50.5. (#83)

This modification result in build error in case of FreeRTOS CM0 port.
To fix the issue use __weak in function definition instead.
portable/IAR/ARM_CM0/port.c