We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e7936d commit 5c7b8c8Copy full SHA for 5c7b8c8
features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NRF51/source/nRF5xn.h
@@ -134,7 +134,7 @@ class nRF5xn : public BLEInstanceBase
134
virtual void processEvents();
135
136
public:
137
- static nRF5xn& Instance(BLE::InstanceID_t instanceId);
+ static nRF5xn& Instance(BLE::InstanceID_t instanceId = BLE::DEFAULT_INSTANCE);
138
139
private:
140
bool initialized;
features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NRF52/source/nRF5xn.h
@@ -133,7 +133,7 @@ class nRF5xn : public BLEInstanceBase
133
0 commit comments