ARMmbed / ble-nrf51822

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

Fix shutdown of Gap instance to avoid NULL refs #96

Closed andresag01 closed 8 years ago

andresag01 commented 8 years ago

This should fix the Hard Fault that generated from the following code sequence:

ble.init();
ble.shutdown();

@LiyouZhou @pan-