modify usb init position into board.c from init.c

This commit is contained in:
Liu_Weichao
2022-11-08 11:27:06 +08:00
parent 5f4922866e
commit 636f803b7b
9 changed files with 46 additions and 10 deletions
@@ -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