Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[nRF51822] conflict - the app timer used by mbed-src library is also used by nRF51822 library #474

Closed
xiongyihui opened this issue Sep 2, 2014 · 1 comment

Comments

@xiongyihui
Copy link
Contributor

The app timer based on RTC is used by
https://github.com/mbedmicro/mbed/blob/master/libraries/mbed/targets/hal/TARGET_NORDIC/TARGET_MCU_NRF51822/us_ticker.c
and
http://mbed.org/teams/Nordic-Semiconductor/code/nRF51822/file/9689ec201907/btle/btle.cpp

And mbed-src libraries includes app_timer.c, nRF51822 library includes app_timer.cpp. The two are also the same and will cause multiple symbols compile error.

@rgrover
Copy link
Contributor

rgrover commented Sep 2, 2014

This has now been addressed. Please update to the latest libraries.
Thanks.

@rgrover rgrover closed this as completed Sep 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants