1 2 3 4 5 6 7 8 9 10 11
#ifndef USB_H #define USB_H #if defined(STM32F4) #include "dwc_otg.h" static DWC_OTG_t OTG_FS(0x50000000); static DWC_OTG_t OTG_HS(0x40040000); #endif #endif