Skip to content

Commit 193460d

Browse files
iabdalkaderdpgeorge
authored andcommitted
drivers/esp-hosted: Rename Bluetooth HCI backend driver.
Rename `bthci` to `bthci_uart` for consistency with the CYW43 driver and to distinguish it from HCI backends that use a different transport. Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
1 parent e3c2cf7 commit 193460d

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

extmod/extmod.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ ESP_HOSTED_SRC_C = $(addprefix $(ESP_HOSTED_DIR)/,\
504504
)
505505

506506
ifeq ($(MICROPY_PY_BLUETOOTH),1)
507-
ESP_HOSTED_SRC_C += $(ESP_HOSTED_DIR)/esp_hosted_bthci.c
507+
ESP_HOSTED_SRC_C += $(ESP_HOSTED_DIR)/esp_hosted_bthci_uart.c
508508
endif
509509

510510
# Include the protobuf-c support functions

0 commit comments

Comments
 (0)