Skip to content

Commit 5ea3f87

Browse files
committed
revert CFG_TUSB_DEBUG on samd port
1 parent a59b5e6 commit 5ea3f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arduino/ports/samd/tusb_config_samd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ extern "C" {
4646

4747
#define CFG_TUSB_OS OPT_OS_NONE
4848

49-
#define CFG_TUSB_DEBUG 2
49+
#define CFG_TUSB_DEBUG 0
5050
#if CFG_TUSB_DEBUG
5151
#define CFG_TUSB_DEBUG_PRINTF serial1_printf
5252
#endif

0 commit comments

Comments
 (0)