mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 04:20:20 +00:00
btstack_ring_buffer: remove duplicate definition
This commit is contained in:
parent
1f030017a9
commit
ce713b46c5
@ -44,11 +44,10 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "bluetooth.h"
|
||||
#include "btstack_ring_buffer.h"
|
||||
#include "btstack_util.h"
|
||||
|
||||
#define ERROR_CODE_MEMORY_CAPACITY_EXCEEDED 0x07
|
||||
|
||||
|
||||
// init ring buffer
|
||||
void btstack_ring_buffer_init(btstack_ring_buffer_t * ring_buffer, uint8_t * storage, uint32_t storage_size){
|
||||
|
Loading…
x
Reference in New Issue
Block a user