mirror of https://github.com/ARMmbed/mbed-os.git
fix removed friend function
parent
9f09bb4956
commit
119d459361
|
|
@ -65,9 +65,7 @@ class Gap :
|
|||
#endif //BLE_FEATURE_PRIVACY
|
||||
{
|
||||
friend PalConnectionMonitor;
|
||||
#if BLE_FEATURE_PRIVACY
|
||||
friend PalGapEventHandler;
|
||||
#endif //BLE_FEATURE_PRIVACY
|
||||
friend PalGap;
|
||||
friend impl::BLEInstanceBase;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue