mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-14 01:27:41 +00:00
btstack.h: only include classic headers if ENABLE_CLASSIC is defined, fixes #150
This commit is contained in:
parent
c8c99ed6d1
commit
f45d1a4efb
@ -84,7 +84,7 @@
|
||||
#include "ble/sm.h"
|
||||
#endif
|
||||
|
||||
// #ifdef ENABLE_CLASSIC
|
||||
#ifdef ENABLE_CLASSIC
|
||||
#include "classic/a2dp_sink.h"
|
||||
#include "classic/a2dp_source.h"
|
||||
#include "classic/avdtp.h"
|
||||
@ -116,7 +116,7 @@
|
||||
#include "classic/sdp_server.h"
|
||||
#include "classic/sdp_util.h"
|
||||
#include "classic/spp_server.h"
|
||||
// #endif
|
||||
#endif
|
||||
|
||||
#endif // __BTSTACK_H
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user