BLE - Remove conditionnal directive within GattClient::WriteOp_t

pull/9790/head
Vincent Coubard 2019-02-28 11:29:35 +00:00
parent c9d719a8ca
commit f7df97bed7
1 changed files with 1 additions and 2 deletions

View File

@ -160,7 +160,7 @@ public:
* The server does not acknowledge the status of the operation. * The server does not acknowledge the status of the operation.
*/ */
GATT_OP_WRITE_CMD = 0x02, GATT_OP_WRITE_CMD = 0x02,
#if BLE_FEATURE_SIGNING
/** /**
* Signed Write command. * Signed Write command.
* *
@ -169,7 +169,6 @@ public:
* of the operation. * of the operation.
*/ */
GATT_OP_SIGNED_WRITE_CMD = 0x03 GATT_OP_SIGNED_WRITE_CMD = 0x03
#endif // BLE_FEATURE_SIGNING
}; };
/** /**