summaryrefslogtreecommitdiffstats
path: root/watch-library/watch/tusb_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'watch-library/watch/tusb_config.h')
-rw-r--r--watch-library/watch/tusb_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/watch-library/watch/tusb_config.h b/watch-library/watch/tusb_config.h
index fa981f3a..a22b2b99 100644
--- a/watch-library/watch/tusb_config.h
+++ b/watch-library/watch/tusb_config.h
@@ -43,8 +43,8 @@
#define CFG_TUSB_OS OPT_OS_NONE
-// Do not use TinyUSB debug, as our printf method prints stuff to the USB console.
-// if you must, modify _write in watch_private.c to use an alternate destination like a UART.
+// disable TinyUSB debug. our printf method prints stuff to the USB console, so you just get infinite noise.
+// if you need to debug tinyUSB issues, use the alternate _write function in watch_private.c to echo to the UART.
#define CFG_TUSB_DEBUG 0
/* USB DMA on some MCUs can only access a specific SRAM region with restriction on alignment.