myBLE

Fork of BLE_API by Bluetooth Low Energy

Revision:
1201:a7fa0e38db56
Parent:
1183:1589830dbdb7
--- a/ble/GattCharacteristic.h	Wed Apr 06 19:16:08 2016 +0100
+++ b/ble/GattCharacteristic.h	Fri Jun 24 20:30:39 2016 +0000
@@ -843,7 +843,7 @@
      */
     ReadWriteArrayGattCharacteristic<T, NUM_ELEMENTS>(const UUID    &uuid,
                                                       T              valuePtr[NUM_ELEMENTS],
-                                                      uint8_t        additionalProperties = BLE_GATT_CHAR_PROPERTIES_NONE,
+                                                       uint8_t        additionalProperties = BLE_GATT_CHAR_PROPERTIES_NONE,
                                                       GattAttribute *descriptors[]        = NULL,
                                                       unsigned       numDescriptors       = 0) :
         GattCharacteristic(uuid, reinterpret_cast<uint8_t *>(valuePtr), sizeof(T) * NUM_ELEMENTS, sizeof(T) * NUM_ELEMENTS,