Skip to content

Commit

Permalink
RN42 Bluetooth typo fix (qmk#14421)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored and ptrxyz committed Nov 6, 2021
1 parent 5f3786d commit 26d526e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common_features.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 26d526e

Please sign in to comment.