Skip to content

Commit 74bc677

Browse files
committed
BLE - Fix conditional directive.
1 parent eeca03f commit 74bc677

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

features/FEATURE_BLE/targets/TARGET_CORDIO/CordioBLE.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,17 +112,16 @@ class BLE : public ::BLEInstanceBase {
112112
* @see BLEInstanceBase::getGattClient
113113
*/
114114
virtual impl::GenericGattClientImpl &getGattClient();
115-
#endif // BLE_FEATURE_GATT_CLIENT
116-
117-
#if BLE_FEATURE_SECURITY
118115

119116
/**
120117
* Get the PAL Gatt Client.
121118
*
122119
* @return PAL Gatt Client.
123120
*/
124121
impl::PalGattClientImpl &getPalGattClient();
122+
#endif // BLE_FEATURE_GATT_CLIENT
125123

124+
#if BLE_FEATURE_SECURITY
126125
/**
127126
* @see BLEInstanceBase::getSecurityManager
128127
*/

0 commit comments

Comments
 (0)