~ruther/qmk_firmware

82924d07881a595b1d0c468ec9e0fe6a368b67c6 — Ryan 4 years ago 219d955
RN42 Bluetooth typo fix (#14421)

1 files changed, 1 insertions(+), 1 deletions(-)

M common_features.mk
M common_features.mk => common_features.mk +1 -1
@@ 764,7 764,7 @@ ifeq ($(strip $(BLUETOOTH_ENABLE)), yes)
    endif

    ifeq ($(strip $(BLUETOOTH_DRIVER)), RN42)
        OPT_DEFS += DMODULE_RN42
        OPT_DEFS += -DMODULE_RN42
        SRC += $(TMK_DIR)/protocol/serial_uart.c
    endif
endif