Minor fixes

Fork of BLE_API by Bluetooth Low Energy

Revision:
729:efb72efded5c
Parent:
727:4f1267ccffe2
--- a/ble/GattCharacteristic.h	Tue Jul 07 17:21:09 2015 +0000
+++ b/ble/GattCharacteristic.h	Mon Jul 13 10:04:26 2015 +0000
@@ -225,7 +225,7 @@
         \note   See http://developer.bluetooth.org/gatt/descriptors/Pages/DescriptorViewer.aspx?u=org.bluetooth.descriptor.gatt.characteristic_presentation_format.xml
     */
     /**************************************************************************/
-    enum {
+    enum ble_gatt_format_e{
         BLE_GATT_FORMAT_RFU     = 0x00, /**< Reserved For Future Use. */
         BLE_GATT_FORMAT_BOOLEAN = 0x01, /**< Boolean. */
         BLE_GATT_FORMAT_2BIT    = 0x02, /**< Unsigned 2-bit integer. */