fixes identified during tests
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
2022-04-06 17:27:44 +02:00
parent 9837a1b62c
commit 3f6a534db5
4 changed files with 23 additions and 14 deletions

View File

@ -104,6 +104,7 @@ class PlocSupervisorHandler : public DeviceHandlerBase {
static const uint16_t APID_MASK = 0x7FF;
static const uint16_t PACKET_SEQUENCE_COUNT_MASK = 0x3FFF;
static const uint8_t EXE_STATUS_OFFSET = 10;
uint8_t commandBuffer[supv::MAX_COMMAND_SIZE];