oops caught a typo.

This commit is contained in:
Rohit Grover 2014-12-01 14:25:53 +00:00
parent 88d278cc71
commit 1150cca720
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ public:
}
strcpy(reinterpret_cast<char *>(uriData), uriDataIn);
if (powerModeIn != NULL) {
if (powerLevelsIn != NULL) {
memcpy(powerLevels, powerLevelsIn, sizeof(powerLevels));
updateTxPowerLevelsCharacteristic();
}