modify usb init position into board.c from init.c
This commit is contained in:
@@ -113,13 +113,6 @@ struct InitSequenceDesc components_init[] =
|
||||
};
|
||||
struct InitSequenceDesc env_init[] =
|
||||
{
|
||||
#ifdef BSP_USING_STM32_USBH
|
||||
{ "STM32USBHostRegister", STM32USBHostRegister },
|
||||
{ "hw usb", Stm32HwUsbInit },
|
||||
#endif
|
||||
#ifdef BSP_USING_NXP_USBH
|
||||
{ "nxp hw usb", Imxrt1052HwUsbHostInit },
|
||||
#endif
|
||||
#ifdef MOUNT_SDCARD
|
||||
{ "MountSDCard", MountSDCard },
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user