Skip to content

Commit f7df97b

Browse files
committed
BLE - Remove conditionnal directive within GattClient::WriteOp_t
1 parent c9d719a commit f7df97b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

features/FEATURE_BLE/ble/GattClient.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ class GattClient : public StaticInterface<Impl, GattClient> {
160160
* The server does not acknowledge the status of the operation.
161161
*/
162162
GATT_OP_WRITE_CMD = 0x02,
163-
#if BLE_FEATURE_SIGNING
163+
164164
/**
165165
* Signed Write command.
166166
*
@@ -169,7 +169,6 @@ class GattClient : public StaticInterface<Impl, GattClient> {
169169
* of the operation.
170170
*/
171171
GATT_OP_SIGNED_WRITE_CMD = 0x03
172-
#endif // BLE_FEATURE_SIGNING
173172
};
174173

175174
/**

0 commit comments

Comments
 (0)