mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-27 14:37:12 +00:00
add missing includes to fix build
This commit is contained in:
parent
2602fc6597
commit
b0e4fcd554
@ -42,7 +42,7 @@
|
||||
*/
|
||||
|
||||
#include "btstack.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
// uncomment to test start/stop of loopback / audio driver
|
||||
// #define TEST_START_STOP_INTERVAL 5000
|
||||
|
@ -44,6 +44,7 @@
|
||||
#include "btstack.h"
|
||||
#include "hxcmod.h"
|
||||
#include "mods/mod.h"
|
||||
#include <stdio.h>
|
||||
|
||||
static modcontext mod_context;
|
||||
|
||||
|
@ -43,6 +43,7 @@
|
||||
*/
|
||||
|
||||
#include "btstack.h"
|
||||
#include <stdio.h>
|
||||
|
||||
#define TABLE_SIZE_441HZ 100
|
||||
|
||||
|
@ -49,6 +49,9 @@
|
||||
#include "btstack_run_loop_embedded.h"
|
||||
#include "hal_uart_dma.h"
|
||||
|
||||
// NULL
|
||||
#include <stddef.h>
|
||||
|
||||
// uart config
|
||||
static const btstack_uart_config_t * btstack_uart_block_configuration;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user