Skip to content

Commit 15d042f

Browse files
committed
removing debug print in tinyusb
Former-commit-id: 30bd0e1
1 parent 51ba893 commit 15d042f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/PORTENTA_H33/tusb_config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@
113113
// MSC Buffer size of Device Mass storage
114114
#define CFG_TUD_MSC_EP_BUFSIZE 512
115115

116-
#define CFG_TUSB_DEBUG_PRINTF mylogadd
117-
#define CFG_TUSB_DEBUG 3
116+
//#define CFG_TUSB_DEBUG_PRINTF mylogadd
117+
//#define CFG_TUSB_DEBUG 3
118118

119119
#ifdef __cplusplus
120120
}

0 commit comments

Comments
 (0)