-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
Description
Description
- Type: Bug
- Priority: Major
Bug
Target
nRF51-DK, nRF51-Dongle and TY51822R3
Toolchain:
ARM (online IDE)
Toolchain version:
5.06
Expected behavior
mbed_blinky example build successful
Actual behavior
mbed_blinky example can not build (compile error)
Steps to reproduce
-
Import mbed_blinky example:
https://developer.mbed.org/teams/mbed/code/mbed_blinky/ -
Set target to nRF51-DK
-
Update mbed library to 145
-
Build example and I got error below:
Error: Symbol SysTick_Handler multiply defined (by us_ticker.o and startup_nRF51822.o).
I could not see any problem in mbed library rev 144 or older.