1
0
mirror of https://github.com/hathach/tinyusb.git synced 2025-03-22 10:20:55 +00:00

rename dcd_stm32_fsdev_pvt_st.h to simply dcd_stm32_fsdev.h

This commit is contained in:
hathach 2024-03-31 18:42:49 +07:00
parent ac4e649e56
commit 27afa56844
No known key found for this signature in database
GPG Key ID: 26FAB84F615C3C52
2 changed files with 1 additions and 1 deletions
src/portable/st/stm32_fsdev

@ -109,7 +109,7 @@
#ifdef TUP_USBIP_FSDEV_STM32
// Undefine to reduce the dependence on HAL
#undef USE_HAL_DRIVER
#include "portable/st/stm32_fsdev/dcd_stm32_fsdev_pvt_st.h"
#include "portable/st/stm32_fsdev/dcd_stm32_fsdev.h"
#endif
/*****************************************************