BLE - Fix conditional directive.

pull/9790/head
Vincent Coubard 2019-02-28 16:31:07 +00:00
parent eeca03f952
commit 74bc6774f9
1 changed files with 2 additions and 3 deletions

View File

@ -112,9 +112,6 @@ public:
* @see BLEInstanceBase::getGattClient
*/
virtual impl::GenericGattClientImpl &getGattClient();
#endif // BLE_FEATURE_GATT_CLIENT
#if BLE_FEATURE_SECURITY
/**
* Get the PAL Gatt Client.
@ -122,7 +119,9 @@ public:
* @return PAL Gatt Client.
*/
impl::PalGattClientImpl &getPalGattClient();
#endif // BLE_FEATURE_GATT_CLIENT
#if BLE_FEATURE_SECURITY
/**
* @see BLEInstanceBase::getSecurityManager
*/