소스 검색

RN42 Bluetooth typo fix (#14421)

Ryan 3 년 전
부모
커밋
82924d0788
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      common_features.mk

+ 1 - 1
common_features.mk

@@ -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