btstack_audio_embedded: add missing include

This commit is contained in:
Matthias Ringwald 2022-11-04 10:17:45 +01:00
parent 9d28c3db97
commit f0b78f48e2

View File

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