Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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();
}
