Skip to content

Commit

Permalink
RN42 Bluetooth typo fix (#14421)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored Sep 13, 2021
1 parent 219d955 commit 82924d0
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 82924d0

Please sign in to comment.