mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-08-21 14:36:21 +02:00
IO RXbuffer now uses template RingBuffer
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user