summaryrefslogtreecommitdiff
path: root/tinyusb
diff options
context:
space:
mode:
Diffstat (limited to 'tinyusb')
-rw-r--r--tinyusb/common/assertion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/common/assertion.h b/tinyusb/common/assertion.h
index 2a807b054..b0ec0da91 100644
--- a/tinyusb/common/assertion.h
+++ b/tinyusb/common/assertion.h
@@ -76,7 +76,7 @@ extern "C"
//#if ( defined CFG_PRINTF_UART || defined CFG_PRINTF_USBCDC || defined CFG_PRINTF_DEBUG )
#if TUSB_CFG_DEBUG == 3
- #define _PRINTF(...) printf(__VA_ARGS__)
+ #define _PRINTF(...) printf(__VA_ARGS__) // PRINTF
#else
#define _PRINTF(...)
#endif