Added ring buffer revert

This commit is contained in:
2026-06-03 08:45:10 +02:00
parent 22c732be02
commit 21f0b5a3ea
2 changed files with 7 additions and 0 deletions

View File

@@ -11,3 +11,5 @@ typedef struct ring_buffer_t {
inline void ringBufferPush(ring_buffer_t *rb, uint32_t value);
inline uint32_t ringBufferRead(ring_buffer_t *rb, uint8_t idx);
inline void ringBufferRevert(ring_buffer_t *rb, uint8_t val);