Nordic BLE: Fix incorrect assignement

pull/6932/head
Vincent Coubard 2018-05-15 09:20:12 +01:00
parent 68b3288ba8
commit 8fbecf2e0d
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ ble_error_t nRF5xn::init(BLE::InstanceID_t instanceID, FunctionPointerWithContex
return BLE_ERROR_ALREADY_INITIALIZED;
}
instanceID = instanceID;
this->instanceID = instanceID;
/* ToDo: Clear memory contents, reset the SD, etc. */
if (btle_init() != ERROR_NONE) {