diff --git a/arch/arm/src/stm32f7/stm32_otg.h b/arch/arm/src/stm32f7/stm32_otg.h index 3441be5ecd..64a6780fa0 100644 --- a/arch/arm/src/stm32f7/stm32_otg.h +++ b/arch/arm/src/stm32f7/stm32_otg.h @@ -84,7 +84,7 @@ extern "C" #endif /**************************************************************************** - * Name: stm32_otghost_initialize + * Name: stm32_otgfshost_initialize * * Description: * Initialize USB host device controller hardware. @@ -110,7 +110,7 @@ extern "C" #ifdef CONFIG_USBHOST struct usbhost_connection_s; -struct usbhost_connection_s *stm32_otghost_initialize(int controller); +struct usbhost_connection_s *stm32_otgfshost_initialize(int controller); #endif /****************************************************************************