浏览代码

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