arch/arm/src/stm32f7/stm32_otg.h: fix stm32_otghost_initialize definition
This commit is contained in:
parent
a06ec54cd0
commit
78f44e7769
@ -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
|
||||
|
||||
/****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user