mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
component/bt: add conditional compilation direvatives to control the source code building of classic bluetooth
This commit is contained in:
@@ -28,6 +28,8 @@
|
||||
#include "a2d_int.h"
|
||||
#include "avdt_api.h"
|
||||
|
||||
#if (defined(A2D_INCLUDED) && A2D_INCLUDED == TRUE)
|
||||
|
||||
/*****************************************************************************
|
||||
** Global data
|
||||
*****************************************************************************/
|
||||
@@ -393,3 +395,4 @@ void A2D_Init(void)
|
||||
#endif
|
||||
}
|
||||
|
||||
#endif /* #if (defined(A2D_INCLUDED) && A2D_INCLUDED == TRUE) */
|
||||
|
Reference in New Issue
Block a user