From 6e443d191817617d030507d696a8b21e446f5aa8 Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 14 May 2019 17:36:03 +0700 Subject: enable CFG_TUSB_DEBUG on DEBUG build --- examples/host/cdc_msc_hid/src/tusb_config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples/host') diff --git a/examples/host/cdc_msc_hid/src/tusb_config.h b/examples/host/cdc_msc_hid/src/tusb_config.h index 7484d0757..144efa519 100644 --- a/examples/host/cdc_msc_hid/src/tusb_config.h +++ b/examples/host/cdc_msc_hid/src/tusb_config.h @@ -46,9 +46,11 @@ #define CFG_TUSB_RHPORT0_MODE OPT_MODE_HOST #endif -#define CFG_TUSB_DEBUG 1 #define CFG_TUSB_OS OPT_OS_NONE +// CFG_TUSB_DEBUG is defined by compiler in DEBUG build +// #define CFG_TUSB_DEBUG 0 + /* USB DMA on some MCUs can only access a specific SRAM region with restriction on alignment. * Tinyusb use follows macros to declare transferring memory so that they can be put * into those specific section. -- cgit v1.3.1