Readme says STM32F401 needs usbd_stm32f429_otghs.c
but the entire file is guarded by
#if defined(USBD_STM32F429HS)
defining that macro would be misleading.
Could we have usbd_stm32f401_otghs.c or universal usbd_stm32f4xx_otghs.c ?
I'm compiling not with GCC
Error[Li005]: no definition for "usbd_otgfs" [referenced from cdc_loop.o]
Readme says
STM32F401needsusbd_stm32f429_otghs.cbut the entire file is guarded by
#if defined(USBD_STM32F429HS)defining that macro would be misleading.
Could we have
usbd_stm32f401_otghs.cor universalusbd_stm32f4xx_otghs.c?I'm compiling not with GCC
Error[Li005]: no definition for "usbd_otgfs" [referenced from cdc_loop.o]