summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHubert Denkmair <[email protected]>2023-03-08 14:22:11 +0100
committerHubert Denkmair <[email protected]>2023-03-08 14:22:11 +0100
commitb3ad560e629be18146fd52e32235cc2ed72dc70b (patch)
tree2edb1997c4d398cd0ce02b80141266fdba3f0752 /src
parent8ae4f8f0699351e5bba349ccb0fab65b557afed6 (diff)
fix path to stm32g0xx.h
Diffstat (limited to 'src')
-rw-r--r--src/portable/st/stm32_fsdev/dcd_stm32_fsdev_pvt_st.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/st/stm32_fsdev/dcd_stm32_fsdev_pvt_st.h b/src/portable/st/stm32_fsdev/dcd_stm32_fsdev_pvt_st.h
index 686bfaa66..00791eeb7 100644
--- a/src/portable/st/stm32_fsdev/dcd_stm32_fsdev_pvt_st.h
+++ b/src/portable/st/stm32_fsdev/dcd_stm32_fsdev_pvt_st.h
@@ -83,7 +83,7 @@
#define PMA_LENGTH (1024u)
#elif CFG_TUSB_MCU == OPT_MCU_STM32G0
- #include "STM32/stm32g0xx.h"
+ #include "stm32g0xx.h"
#define PMA_32BIT_ACCESS
#define PMA_LENGTH (1024u) // FIXME it is 2048, really
#undef USB_PMAADDR