Skip to content

Commit b3ad560

Browse files
author
Hubert Denkmair
committed
fix path to stm32g0xx.h
1 parent 8ae4f8f commit b3ad560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/portable/st/stm32_fsdev/dcd_stm32_fsdev_pvt_st.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
#define PMA_LENGTH (1024u)
8484

8585
#elif CFG_TUSB_MCU == OPT_MCU_STM32G0
86-
#include "STM32/stm32g0xx.h"
86+
#include "stm32g0xx.h"
8787
#define PMA_32BIT_ACCESS
8888
#define PMA_LENGTH (1024u) // FIXME it is 2048, really
8989
#undef USB_PMAADDR

0 commit comments

Comments
 (0)