1
0
forked from fsfw/fsfw

Merge remote-tracking branch 'upstream/master' into mueller/SimpleRingBufferUpdate2

This commit is contained in:
2020-09-16 19:56:13 +02:00
75 changed files with 3800 additions and 1077 deletions

View File

@ -117,6 +117,7 @@ public:
*/
ReturnValue_t deleteData(size_t amount, bool deleteRemaining = false,
size_t* trueAmount = nullptr);
private:
static const uint8_t READ_PTR = 0;
uint8_t* buffer = nullptr;