From 7e688947265075afdaa343e69ec29a2b2cac5f33 Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 2 Nov 2021 15:15:54 +0700 Subject: grouping stm32L4 family in bsp --- src/portable/synopsys/dwc2/dcd_dwc2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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]; -- cgit v1.3.1