Skip to content

Commit 692bb6d

Browse files
authored
remove "D"
1 parent 9163a2f commit 692bb6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configs/pio_start.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ flatten_cppdefines = env.Flatten(env['CPPDEFINES'])
4040
#
4141
# zigbee libs
4242
#
43-
if "DZIGBEE_MODE_ZCZR" in flatten_cppdefines:
43+
if "ZIGBEE_MODE_ZCZR" in flatten_cppdefines:
4444
env.Append(
4545
LIBS=[
4646
"-lesp_zb_api_zczr",
@@ -50,7 +50,7 @@ if "DZIGBEE_MODE_ZCZR" in flatten_cppdefines:
5050
"-lzboss_port"
5151
]
5252
)
53-
if "DZIGBEE_MODE_ED" in flatten_cppdefines:
53+
if "ZIGBEE_MODE_ED" in flatten_cppdefines:
5454
env.Append(
5555
LIBS=[
5656
"-lesp_zb_api_ed",
@@ -60,7 +60,7 @@ if "DZIGBEE_MODE_ED" in flatten_cppdefines:
6060
"-lzboss_port"
6161
]
6262
)
63-
if "DZIGBEE_MODE_RCP" in flatten_cppdefines:
63+
if "ZIGBEE_MODE_RCP" in flatten_cppdefines:
6464
env.Append(
6565
LIBS=[
6666
"-lesp_zb_api_rcp",

0 commit comments

Comments
 (0)