fix in validation command
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
This commit is contained in:
parent
b691a1e75d
commit
99c450933e
@ -643,7 +643,7 @@ ReturnValue_t Validation::createCommand(uint8_t* buffer) {
|
|||||||
ReturnValue_t result = RETURN_OK;
|
ReturnValue_t result = RETURN_OK;
|
||||||
uint8_t offset = 0;
|
uint8_t offset = 0;
|
||||||
std::string param;
|
std::string param;
|
||||||
addSetParamHeader(buffer, StarTracker::ID::MATCHING);
|
addSetParamHeader(buffer, StarTracker::ID::VALIDATION);
|
||||||
offset = 2;
|
offset = 2;
|
||||||
result = getParam(arcseckeys::STABLE_COUNT, param);
|
result = getParam(arcseckeys::STABLE_COUNT, param);
|
||||||
if (result != RETURN_OK) {
|
if (result != RETURN_OK) {
|
||||||
|
Loading…
Reference in New Issue
Block a user