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 numberOriginal file lineDiff line numberDiff line change
@@ -112,17 +112,16 @@ class BLE : public ::BLEInstanceBase {
112
* @see BLEInstanceBase::getGattClient
112
* @see BLEInstanceBase::getGattClient
113
*/
113
*/
114
virtual impl::GenericGattClientImpl &getGattClient();
114
virtual impl::GenericGattClientImpl &getGattClient();
115-
#endif // BLE_FEATURE_GATT_CLIENT
116-
117-
#if BLE_FEATURE_SECURITY
118

115

119
/**
116
/**
120
* Get the PAL Gatt Client.
117
* Get the PAL Gatt Client.
121
*
118
*
122
* @return PAL Gatt Client.
119
* @return PAL Gatt Client.
123
*/
120
*/
124
impl::PalGattClientImpl &getPalGattClient();
121
impl::PalGattClientImpl &getPalGattClient();
122+
#endif // BLE_FEATURE_GATT_CLIENT
125

123

124+
#if BLE_FEATURE_SECURITY
126
/**
125
/**
127
* @see BLEInstanceBase::getSecurityManager
126
* @see BLEInstanceBase::getSecurityManager
128
*/
127
*/

0 commit comments

Comments
 (0)