add missing includes to fix build

This commit is contained in:
Matthias Ringwald 2021-06-05 16:52:58 +02:00
parent 2602fc6597
commit b0e4fcd554
4 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -44,6 +44,7 @@
#include "btstack.h"
#include "hxcmod.h"
#include "mods/mod.h"
#include <stdio.h>
static modcontext mod_context;

View File

@ -43,6 +43,7 @@
*/
#include "btstack.h"
#include <stdio.h>
#define TABLE_SIZE_441HZ 100

View File

@ -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;