mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-30 06:32:43 +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_config.h"
|
||||||
#include "btstack_debug.h"
|
#include "btstack_debug.h"
|
||||||
#include "btstack_audio.h"
|
#include "btstack_audio.h"
|
||||||
#include "btstack_run_loop_embedded.h"
|
#include "btstack_run_loop_embedded.h"
|
||||||
#include "hal_audio.h"
|
#include "hal_audio.h"
|
||||||
|
|
||||||
// allow to compile all files in embedded folder even if there's no audio support
|
#include <stddef.h>
|
||||||
#ifdef HAVE_HAL_AUDIO
|
|
||||||
|
|
||||||
#define DRIVER_POLL_INTERVAL_MS 5
|
#define DRIVER_POLL_INTERVAL_MS 5
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user