aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/USB_HOST/usbh_custom_class_example.h
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/STM32F4xx/USB_HOST/usbh_custom_class_example.h')
-rw-r--r--testhal/STM32/STM32F4xx/USB_HOST/usbh_custom_class_example.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/testhal/STM32/STM32F4xx/USB_HOST/usbh_custom_class_example.h b/testhal/STM32/STM32F4xx/USB_HOST/usbh_custom_class_example.h
index b84f2b7..3f00fe7 100644
--- a/testhal/STM32/STM32F4xx/USB_HOST/usbh_custom_class_example.h
+++ b/testhal/STM32/STM32F4xx/USB_HOST/usbh_custom_class_example.h
@@ -20,8 +20,7 @@
#include "hal_usbh.h"
-#if HAL_USE_USBH
-
+#if HAL_USE_USBH && HAL_USBH_USE_ADDITIONAL_CLASS_DRIVERS
/*===========================================================================*/
/* Driver pre-compile time settings. */
@@ -72,8 +71,6 @@ extern "C" {
#endif
/* API goes here */
- /* global initializer */
- void usbhCustomInit(void);
#ifdef __cplusplus
}
#endif