summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-11-02 15:15:54 +0700
committerhathach <[email protected]>2021-11-02 16:10:40 +0700
commit7e688947265075afdaa343e69ec29a2b2cac5f33 (patch)
tree3898844f59c8c8ae0f693dd3a5ce40412efdc08b /src
parentb80942987346bc3731fb3b40696065be039d59a9 (diff)
grouping stm32L4 family in bsp
Diffstat (limited to 'src')
-rw-r--r--src/portable/synopsys/dwc2/dcd_dwc2.c2
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];