mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-29 03:32:49 +00:00
btstack_audio_embedded: add missing include
This commit is contained in:
parent
9d28c3db97
commit
f0b78f48e2
@ -44,14 +44,16 @@
|
||||
*
|
||||
*/
|
||||
|
||||
// allow to compile all files in embedded folder even if there's no audio support
|
||||
#ifdef HAVE_HAL_AUDIO
|
||||
|
||||
#include "btstack_config.h"
|
||||
#include "btstack_debug.h"
|
||||
#include "btstack_audio.h"
|
||||
#include "btstack_run_loop_embedded.h"
|
||||
#include "hal_audio.h"
|
||||
|
||||
// allow to compile all files in embedded folder even if there's no audio support
|
||||
#ifdef HAVE_HAL_AUDIO
|
||||
#include <stddef.h>
|
||||
|
||||
#define DRIVER_POLL_INTERVAL_MS 5
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user