From e224d354b8f3b49e839ab02156fbb1ad37be3edc Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 13 Aug 2017 12:37:59 -0600 Subject: [PATCH] STM32F7: Remove unsupported configuration item the crept in when header file was cloned. --- arch/arm/src/stm32f7/stm32_usbhost.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/src/stm32f7/stm32_usbhost.h b/arch/arm/src/stm32f7/stm32_usbhost.h index effac14ba6..4d3ee1aa97 100644 --- a/arch/arm/src/stm32f7/stm32_usbhost.h +++ b/arch/arm/src/stm32f7/stm32_usbhost.h @@ -112,9 +112,7 @@ extern "C" * ***********************************************************************************/ -#ifdef CONFIG_STM32F7_OTGFS_VBUS_CONTROL void stm32_usbhost_vbusdrive(int iface, bool enable); -#endif #undef EXTERN #if defined(__cplusplus)