Minor fixes
Fork of BLE_API by
Revision 729:efb72efded5c, committed 2015-07-13
- Comitter:
- OJFord
- Date:
- Mon Jul 13 10:04:26 2015 +0000
- Parent:
- 728:4427371f3875
- Commit message:
- Names anonymous enum `ble_gatt_format_e` (in keeping with style of others)
Changed in this revision
ble/GattCharacteristic.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 4427371f3875 -r efb72efded5c ble/GattCharacteristic.h --- 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. */