mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-07-29 15:59:14 +02:00
complete ipc rds
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
typedef struct {
|
||||
uint8_t *bits; // one bit stored per byte (0/1) — throughput is tiny, simplicity wins
|
||||
uint8_t *bits;
|
||||
size_t capacity;
|
||||
_Atomic size_t head, tail;
|
||||
} bit_ring_t;
|
||||
|
||||
Reference in New Issue
Block a user