myBLE

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
Cataract
Date:
Fri Jun 24 20:30:39 2016 +0000
Parent:
1200:66159681aa21
Commit message:
first commit

Changed in this revision

ble/GattCharacteristic.h Show annotated file Show diff for this revision Revisions of this file
--- 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,