High level Bluetooth Low Energy API and radio abstraction layer

Dependencies:   nRF51822

Dependents:   LinkNode_LIS3DH

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Fri Feb 13 13:00:41 2015 +0000
Parent:
280:68c8a5e55c96
Child:
282:2c490f373b9b
Commit message:
Synchronized with git rev 4394fbac
Author: Bill Schilit
Review comments

Changed in this revision

services/URIBeaconConfigService.h Show annotated file Show diff for this revision Revisions of this file
--- a/services/URIBeaconConfigService.h	Fri Feb 13 13:00:41 2015 +0000
+++ b/services/URIBeaconConfigService.h	Fri Feb 13 13:00:41 2015 +0000
@@ -53,7 +53,7 @@
     static const uint8_t TX_POWER_MODE_LOW    = 1; /*!< Low TX power mode */
     static const uint8_t TX_POWER_MODE_MEDIUM = 2; /*!< Medium TX power mode */
     static const uint8_t TX_POWER_MODE_HIGH   = 3; /*!< High TX power mode */
-    static const unisgned int NUM_POWER_MODES = 4; /*!< Number of Power Modes defined */
+    static const unsigned int NUM_POWER_MODES = 4; /*!< Number of Power Modes defined */
 
 
     typedef uint8_t Lock_t[16];               /* 128 bits */