summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f3discovery/src/stm32f3discovery-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm32f3discovery/src/stm32f3discovery-internal.h')
-rw-r--r--nuttx/configs/stm32f3discovery/src/stm32f3discovery-internal.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/nuttx/configs/stm32f3discovery/src/stm32f3discovery-internal.h b/nuttx/configs/stm32f3discovery/src/stm32f3discovery-internal.h
index 83223e032..4dcc17010 100644
--- a/nuttx/configs/stm32f3discovery/src/stm32f3discovery-internal.h
+++ b/nuttx/configs/stm32f3discovery/src/stm32f3discovery-internal.h
@@ -158,23 +158,10 @@ void weak_function stm32_spiinitialize(void);
*
****************************************************************************************************/
-#ifdef CONFIG_STM32_OTGFS
+#ifdef CONFIG_STM32_USB
void weak_function stm32_usbinitialize(void);
#endif
-/****************************************************************************************************
- * Name: stm32_usbhost_initialize
- *
- * Description:
- * Called at application startup time to initialize the USB host functionality. This function will
- * start a thread that will monitor for device connection/disconnection events.
- *
- ****************************************************************************************************/
-
-#if defined(CONFIG_STM32_OTGFS) && defined(CONFIG_USBHOST)
-int stm32_usbhost_initialize(void);
-#endif
-
#endif /* __ASSEMBLY__ */
#endif /* __CONFIGS_STM32F3DISCOVERY_SRC_STM32F3DISCOVERY_INTERNAL_H */