File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ flatten_cppdefines = env.Flatten(env['CPPDEFINES'])
40
40
#
41
41
# zigbee libs
42
42
#
43
- if "DZIGBEE_MODE_ZCZR " in flatten_cppdefines:
43
+ if "ZIGBEE_MODE_ZCZR " in flatten_cppdefines:
44
44
env.Append(
45
45
LIBS=[
46
46
"-lesp_zb_api_zczr",
@@ -50,7 +50,7 @@ if "DZIGBEE_MODE_ZCZR" in flatten_cppdefines:
50
50
"-lzboss_port"
51
51
]
52
52
)
53
- if "DZIGBEE_MODE_ED " in flatten_cppdefines:
53
+ if "ZIGBEE_MODE_ED " in flatten_cppdefines:
54
54
env.Append(
55
55
LIBS=[
56
56
"-lesp_zb_api_ed",
@@ -60,7 +60,7 @@ if "DZIGBEE_MODE_ED" in flatten_cppdefines:
60
60
"-lzboss_port"
61
61
]
62
62
)
63
- if "DZIGBEE_MODE_RCP " in flatten_cppdefines:
63
+ if "ZIGBEE_MODE_RCP " in flatten_cppdefines:
64
64
env.Append(
65
65
LIBS=[
66
66
"-lesp_zb_api_rcp",
You can’t perform that action at this time.
0 commit comments