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 ed9a1f1 commit 8e7936dCopy full SHA for 8e7936d
features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NRF51/source/nRF5xn.h
@@ -55,7 +55,7 @@ class nRF5xn : public BLEInstanceBase
55
* always needed in a BLE application. Therefore it is allocated
56
* statically.
57
*/
58
- virtual Gap &getGap() {
+ virtual nRF5xGap &getGap() {
59
return gapInstance;
60
};
61
features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NRF52/source/nRF5xn.h
@@ -54,7 +54,7 @@ class nRF5xn : public BLEInstanceBase
54
0 commit comments