diff options
| author | Mitsumine Suzu <[email protected]> | 2026-01-24 17:08:55 +0900 |
|---|---|---|
| committer | Mitsumine Suzu <[email protected]> | 2026-01-24 17:08:55 +0900 |
| commit | d89a5812c3b3d1d88911f9c6307f343c9d3756bd (patch) | |
| tree | 6f9217f66f9a6fa9e6820538f839de8e3bf295f6 /src | |
| parent | 6e891c6dc716d6ae91fdc54aaec2899f788e14fc (diff) | |
Fix macro directive for FSDEV of CH32V20x
Diffstat (limited to 'src')
| -rw-r--r-- | src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c b/src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c index 22a9e4af8..a6abc6244 100644 --- a/src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c +++ b/src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c @@ -833,7 +833,7 @@ void dcd_int_disable(uint8_t rhport) { fsdev_int_disable(rhport); } - #if defined(USB_BCDR_DPPU) || defined(SYSCFG_PMC_USB_PU) + #if defined(USB_BCDR_DPPU) || defined(SYSCFG_PMC_USB_PU) || defined(EXTEN_USBD_PU_EN) void dcd_connect(uint8_t rhport) { fsdev_connect(rhport); } |
