8000 Also remove CFG_TUSB_DEBUG from platformio-build.py for rp2350 (#2471) · marklove5102/arduino-pico@5db8063 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5db8063

Browse files
authored
Also remove CFG_TUSB_DEBUG from platformio-build.py for rp2350 (earlephilhower#2471)
1 parent 5fbda35 commit 5db8063

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/platformio-build.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ def is_pio_build():
127127
"ARDUINO_ARCH_RP2040",
128128
("F_CPU", "$BOARD_F_CPU"),
129129
("BOARD_NAME", '\\"%s\\"' % env.subst("$BOARD")),
130-
("CFG_TUSB_DEBUG", "0"),
131130
("CFG_TUSB_MCU", "OPT_MCU_RP2040"),
132131
("CFG_TUSB_OS", "OPT_OS_PICO"),
133132
("LIB_BOOT_STAGE2_HEADERS", "1"),

0 commit comments

Comments
 (0)
0