fix removed friend function

pull/13760/head
Paul Szczeanek 2020-10-14 09:58:11 +01:00
parent 9f09bb4956
commit 119d459361
1 changed files with 0 additions and 2 deletions

View File

@ -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;