1
0
forked from fsfw/fsfw

shared ring buffer continued

This commit is contained in:
2020-08-04 02:00:00 +02:00
parent 0ead44bea9
commit 4e9e465360
2 changed files with 17 additions and 5 deletions

View File

@ -111,7 +111,7 @@ public:
private:
static const uint8_t READ_PTR = 0;
uint8_t* buffer = nullptr;
const size_t maxExcessBytes;
size_t maxExcessBytes;
size_t excessBytes = 0;
};