Skip to content

Commit aae1fe8

Browse files
authored
Update pio_start.txt
1 parent 3d724ea commit aae1fe8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configs/pio_start.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if "ZIGBEE_MODE_ED" in flatten_cppdefines:
5959
"-lzboss_stack.ed",
6060
"-lzboss_port"
6161
]
62-
)
62+
)
6363
if "ZIGBEE_MODE_RCP" in flatten_cppdefines:
6464
env.Append(
6565
LIBS=[
@@ -68,6 +68,6 @@ if "ZIGBEE_MODE_RCP" in flatten_cppdefines:
6868
"-lzboss_stack.rcp",
6969
"-lzboss_port"
7070
]
71-
)
71+
)
7272

7373
env.Append(

0 commit comments

Comments
 (0)