IO RXbuffer now uses template RingBuffer

This commit is contained in:
Geoffrey Merck
2020-05-09 17:35:38 +02:00
parent 6c3dd265ab
commit 26a703c68c
8 changed files with 27 additions and 13 deletions
+2 -2
View File
@@ -53,9 +53,9 @@ public:
uint16_t getData() const;
bool put(const TDATATYPE item);
bool put(const volatile TDATATYPE item) volatile;
bool get(TDATATYPE& item);
bool get(volatile TDATATYPE& item) volatile;
TDATATYPE peek() const;