more defensive buffer handling
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit

This commit is contained in:
2022-08-15 18:53:25 +02:00
parent 458929957d
commit 232372fd96
6 changed files with 19 additions and 14 deletions

View File

@ -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,