mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 03:45:50 +08:00
drivers/wireless/bluetooth: Add a NULL device to support some very low level testing on the Simulator.
This commit is contained in:
@@ -43,6 +43,10 @@ ifeq ($(CONFIG_BLUETOOTH_UART),y)
|
||||
CSRCS += bt_uart.c
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_BLUETOOTH_NULL),y)
|
||||
CSRCS += bt_null.c
|
||||
endif
|
||||
|
||||
# Include common Bluetooth drvier build support
|
||||
|
||||
DEPPATH += --dep-path wireless$(DELIM)bluetooth
|
||||
|
||||
Reference in New Issue
Block a user