BLE - Fix conditional code within CordioPalGenericAccessService.

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

View File

@ -28,9 +28,9 @@ public:
length = actual_length;
return BLE_ERROR_NONE;
#endif // BLE_FEATURE_GATT_SERVER
#else
return BLE_ERROR_NOT_IMPLEMENTED;
#endif
}
virtual ble_error_t get_device_name(ArrayView<uint8_t>& array) {