bugfix
EIVE/eive-obsw/pipeline/pr-v2.1.0-dev This commit looks good Details

This commit is contained in:
Robin Müller 2023-05-17 18:51:53 +02:00
parent b9afeb9c19
commit d28bc3f74d
Signed by: muellerr
GPG Key ID: A649FB78196E3849
1 changed files with 0 additions and 1 deletions

View File

@ -878,7 +878,6 @@ class TcCamcmdSend : public TcBase {
TcCamcmdSend(ploc::SpTcParams params, uint16_t sequenceCount)
: TcBase(params, apid::TC_CAM_CMD_SEND, sequenceCount) {}
protected:
ReturnValue_t setPayload(const uint8_t* commandData, size_t commandDataLen) {
if (commandDataLen > MAX_DATA_LENGTH) {
return INVALID_LENGTH;