BLE_API_Tiny_BLE

Dependents:   CSSE4011_BLE_IMU

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Mon Dec 01 14:31:20 2014 +0000
Parent:
225:f6cbfd817d16
Child:
227:5c4cb4553821
Commit message:
Synchronized with git rev 1150cca7
Author: Rohit Grover
oops caught a typo.

Changed in this revision

services/URIBeaconConfigService.h Show annotated file Show diff for this revision Revisions of this file
--- a/services/URIBeaconConfigService.h	Mon Dec 01 14:31:20 2014 +0000
+++ b/services/URIBeaconConfigService.h	Mon Dec 01 14:31:20 2014 +0000
@@ -91,7 +91,7 @@
         }
         strcpy(reinterpret_cast<char *>(uriData), uriDataIn);
 
-        if (powerModeIn != NULL) {
+        if (powerLevelsIn != NULL) {
             memcpy(powerLevels, powerLevelsIn, sizeof(powerLevels));
             updateTxPowerLevelsCharacteristic();
         }