bugfixes in mpsoc commands
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
Jakob Meier
2023-02-28 09:13:41 +01:00
parent 48d9a65f09
commit 90b4b7c0f4
3 changed files with 31 additions and 2 deletions

View File

@ -689,7 +689,7 @@ class TcCamTakePic : public TcBase {
private:
static const size_t MAX_DATA_LENGTH = 286;
static const size_t PARAMETER_SIZE = 35;
static const size_t PARAMETER_SIZE = 28;
};
/**