more defensive buffer handling
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:
@ -159,13 +159,6 @@ static const size_t MAX_PACKET_SIZE = 1024;
|
||||
|
||||
static const uint8_t SPACE_PACKET_HEADER_LENGTH = 6;
|
||||
|
||||
// enum class SequenceFlags : uint8_t {
|
||||
// CONTINUED_PKT = 0b00,
|
||||
// FIRST_PKT = 0b01,
|
||||
// LAST_PKT = 0b10,
|
||||
// STANDALONE_PKT = 0b11
|
||||
// };
|
||||
|
||||
enum PoolIds : lp_id_t {
|
||||
NUM_TMS,
|
||||
TEMP_PS,
|
||||
|
Reference in New Issue
Block a user