diff --git a/features/FEATURE_BLE/ble/GattClient.h b/features/FEATURE_BLE/ble/GattClient.h index eb14309e55..79f214a5c5 100644 --- a/features/FEATURE_BLE/ble/GattClient.h +++ b/features/FEATURE_BLE/ble/GattClient.h @@ -160,7 +160,7 @@ public: * The server does not acknowledge the status of the operation. */ GATT_OP_WRITE_CMD = 0x02, -#if BLE_FEATURE_SIGNING + /** * Signed Write command. * @@ -169,7 +169,6 @@ public: * of the operation. */ GATT_OP_SIGNED_WRITE_CMD = 0x03 -#endif // BLE_FEATURE_SIGNING }; /**