STM32F7: Remove unsupported configuration item the crept in when header file was cloned.
This commit is contained in:
parent
f6f4856cc6
commit
e224d354b8
|
@ -112,9 +112,7 @@ extern "C"
|
||||||
*
|
*
|
||||||
***********************************************************************************/
|
***********************************************************************************/
|
||||||
|
|
||||||
#ifdef CONFIG_STM32F7_OTGFS_VBUS_CONTROL
|
|
||||||
void stm32_usbhost_vbusdrive(int iface, bool enable);
|
void stm32_usbhost_vbusdrive(int iface, bool enable);
|
||||||
#endif
|
|
||||||
|
|
||||||
#undef EXTERN
|
#undef EXTERN
|
||||||
#if defined(__cplusplus)
|
#if defined(__cplusplus)
|
||||||
|
|
Loading…
Reference in New Issue