ARMmbed / ble-nrf51822

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

remove duplication of global static variable BLE_EVT_BUFFER #39

Closed rgrover closed 8 years ago

rgrover commented 8 years ago

With https://github.com/ARMmbed/ble-nrf51822/pull/32, we duplicated the call to SOFTDEVICE_HANDLER_INIT(), which now results in two separate instances of BLE_EVT_BUFFER objects. This can be avoided.

rgrover commented 8 years ago

notify @jpbrucker

rgrover commented 8 years ago

@jpbrucker: could you please review this change?

jpbrucker commented 8 years ago

Looks good to me. Sorry about that!