diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/portable/synopsys/dwc2/dcd_dwc2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/synopsys/dwc2/dcd_dwc2.c b/src/portable/synopsys/dwc2/dcd_dwc2.c index 9750757aa..a850d4e15 100644 --- a/src/portable/synopsys/dwc2/dcd_dwc2.c +++ b/src/portable/synopsys/dwc2/dcd_dwc2.c @@ -59,7 +59,7 @@ #define DWC2_REG(_port) ((dwc2_regs_t*) DWC2_REG_BASE) // Debug level for DWC2 -#define DWC2_DEBUG 1 +#define DWC2_DEBUG 2 static TU_ATTR_ALIGNED(4) uint32_t _setup_packet[2]; |
