ARMmbed / ble-nrf51822

Nordic stack and drivers for the mbed BLE_API
Other
46 stars 51 forks source link

The app_timer usage may conflict #2

Closed xiongyihui closed 9 years ago

xiongyihui commented 9 years ago

In the mbed SDK, us_ticker.c initializes app_timer with one available instance which is only for itself, but ble_conn_params.cpp also try to use app_timer.

Perhaps, we should use the API of us_ticker_api.h in ble_conn_params.cpp

rgrover commented 9 years ago

Yes, this is a problem which needs looking into. thanks for bringing this up.

rgrover commented 9 years ago

addressed with commit 2c5d9aecb8ccaa51aa6560ee83b8aafe185b8227