Remove useless code

This commit is contained in:
GengYuchao
2024-02-14 17:09:13 +05:30
committed by Abhinav Kudnar
parent fedb821df5
commit 63c97f3d5f
+1 -5
View File
@@ -38,11 +38,7 @@
#endif
#endif
#ifdef CONFIG_BT_LE_HCI_INTERFACE_USE_UART
#include "transport/uart/ble_hci_uart.h"
#else
#include "transport/ram/ble_hci_ram.h"
#endif
#include "nimble/ble_hci_trans.h"
#include "esp_intr_alloc.h"