mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 02:30:07 +00:00
RN42 Bluetooth typo fix (#14421)
This commit is contained in:
parent
219d955787
commit
82924d0788
1 changed files with 1 additions and 1 deletions
|
@ -764,7 +764,7 @@ ifeq ($(strip $(BLUETOOTH_ENABLE)), yes)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(strip $(BLUETOOTH_DRIVER)), RN42)
|
ifeq ($(strip $(BLUETOOTH_DRIVER)), RN42)
|
||||||
OPT_DEFS += DMODULE_RN42
|
OPT_DEFS += -DMODULE_RN42
|
||||||
SRC += $(TMK_DIR)/protocol/serial_uart.c
|
SRC += $(TMK_DIR)/protocol/serial_uart.c
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue