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
f0b78f48e2
commit
0ef4369c28
@ -44,10 +44,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "btstack_config.h"
|
||||
|
||||
// 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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user