Skip to content

Commit 40426c6

Browse files
committed
fixup! pbdrv/bluetooth: RFCOMM socket API.
Fix incorrect #ifdef
1 parent 9c41b19 commit 40426c6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/pbio/drv/bluetooth/bluetooth_btstack.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#include <btstack.h>
1717
#include <btstack_run_loop.h>
1818

19-
#if PBDRV_CONFIG_BLUETOOTH_BTSTACK_CLASSIC
2019
#include <bluetooth_sdp.h>
2120
#include <classic/rfcomm.h>
2221
#include <classic/sdp_client.h>
@@ -26,7 +25,6 @@
2625
#include <pbsys/storage.h>
2726
#include <pbsys/storage_settings.h>
2827
#include <lwrb/lwrb.h>
29-
#endif
3028

3129
#include <pbdrv/bluetooth.h>
3230
#include <pbdrv/clock.h>

0 commit comments

Comments
 (0)