mirror of https://github.com/ARMmbed/mbed-os.git
Nordic BLE: Fix incorrect assignement
parent
68b3288ba8
commit
8fbecf2e0d
|
|
@ -126,7 +126,7 @@ ble_error_t nRF5xn::init(BLE::InstanceID_t instanceID, FunctionPointerWithContex
|
||||||
return BLE_ERROR_ALREADY_INITIALIZED;
|
return BLE_ERROR_ALREADY_INITIALIZED;
|
||||||
}
|
}
|
||||||
|
|
||||||
instanceID = instanceID;
|
this->instanceID = instanceID;
|
||||||
|
|
||||||
/* ToDo: Clear memory contents, reset the SD, etc. */
|
/* ToDo: Clear memory contents, reset the SD, etc. */
|
||||||
if (btle_init() != ERROR_NONE) {
|
if (btle_init() != ERROR_NONE) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue