bump PL PCDU handler
This commit is contained in:
parent
c67a9fa2c2
commit
70747e1864
@ -727,6 +727,7 @@ ReturnValue_t PayloadPcduHandler::handleDoubleParamUpdate(std::string key,
|
|||||||
if (result != returnvalue::OK) {
|
if (result != returnvalue::OK) {
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
params.setValue(key, newValue);
|
||||||
// Do this so the dumping and loading with the framework works as well
|
// Do this so the dumping and loading with the framework works as well
|
||||||
doubleDummy = newValue;
|
doubleDummy = newValue;
|
||||||
parameterWrapper->set(doubleDummy);
|
parameterWrapper->set(doubleDummy);
|
||||||
|
2
tmtc
2
tmtc
@ -1 +1 @@
|
|||||||
Subproject commit 70c3f9dcaaa8f0623ee8c30d639947ea36f9bac1
|
Subproject commit b45b0b2271cd67d501921a97a1325fb983da4d00
|
Loading…
Reference in New Issue
Block a user