mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-30 06:32:43 +00:00
a2dp sink demo: redundant redeclaration of ring_buffer
This commit is contained in:
parent
72c514e816
commit
5389404447
@ -113,7 +113,6 @@ static int sbc_samples_fix;
|
|||||||
#define PREBUFFER_BYTES (PREBUFFER_MS*SAMPLE_RATE/1000*BYTES_PER_FRAME)
|
#define PREBUFFER_BYTES (PREBUFFER_MS*SAMPLE_RATE/1000*BYTES_PER_FRAME)
|
||||||
static PaStream * stream;
|
static PaStream * stream;
|
||||||
static uint8_t ring_buffer_storage[2*PREBUFFER_BYTES];
|
static uint8_t ring_buffer_storage[2*PREBUFFER_BYTES];
|
||||||
static btstack_ring_buffer_t ring_buffer;
|
|
||||||
static int total_num_samples = 0;
|
static int total_num_samples = 0;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user