commit | 8837014cceff99b8e58aa018ce03b1dc7ba86039 | [log] [tgz] |
---|---|---|
author | b.liu <b.liu@mobiletek.cn> | Mon Dec 23 14:11:57 2024 +0800 |
committer | b.liu <b.liu@mobiletek.cn> | Mon Dec 23 14:11:57 2024 +0800 |
tree | 2c51d6e4b2cadc61fa92324080be48e9234eeea1 | |
parent | 4f7075a97f92d14a6530cec289924f7b6113376d [diff] [blame] |
Fix LED build error. Change-Id: I4a7276c5704d1446a5f6dbcd7c5868e3e73b3d99
diff --git a/mbtk/Make.defines b/mbtk/Make.defines index e7bd90a..5bb656c 100755 --- a/mbtk/Make.defines +++ b/mbtk/Make.defines
@@ -74,10 +74,7 @@ DEFINE += -DMBTK_ALL_CID_SUPPORT -#LED DEF_OPEN -DEFINE += -DMBTK_LED - -ifeq ($(MBTK_SOURCE_VERSION), 2) +ifeq ($(MBTK_SOURCE_VERSION), 2) DEFINE += -DMBTK_SOURCE_VERSION_2 endif