diff options
author | Ryan <fauxpark@gmail.com> | 2021-09-14 02:38:31 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-13 17:38:31 +0100 |
commit | 82924d07881a595b1d0c468ec9e0fe6a368b67c6 (patch) | |
tree | 3c0b9bbe7f2f652a26cd70cf707ee40adf3da40d /common_features.mk | |
parent | 219d95578745fb50419a4a56ac2fc727f108078c (diff) | |
download | qmk_firmware-82924d07881a595b1d0c468ec9e0fe6a368b67c6.tar.gz qmk_firmware-82924d07881a595b1d0c468ec9e0fe6a368b67c6.zip |
RN42 Bluetooth typo fix (#14421)
Diffstat (limited to 'common_features.mk')
-rw-r--r-- | common_features.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common_features.mk b/common_features.mk index 92e119d35..98e47d3dd 100644 --- a/common_features.mk +++ b/common_features.mk | |||
@@ -764,7 +764,7 @@ ifeq ($(strip $(BLUETOOTH_ENABLE)), yes) | |||
764 | endif | 764 | endif |
765 | 765 | ||
766 | ifeq ($(strip $(BLUETOOTH_DRIVER)), RN42) | 766 | ifeq ($(strip $(BLUETOOTH_DRIVER)), RN42) |
767 | OPT_DEFS += DMODULE_RN42 | 767 | OPT_DEFS += -DMODULE_RN42 |
768 | SRC += $(TMK_DIR)/protocol/serial_uart.c | 768 | SRC += $(TMK_DIR)/protocol/serial_uart.c |
769 | endif | 769 | endif |
770 | endif | 770 | endif |