BLE_API_Tiny_BLE
Fork of BLE_API by
Revision 226:ec436a9ceb31, committed 2014-12-01
- 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(); }