We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5943451 commit 14d21efCopy full SHA for 14d21ef
1 file changed
cores/arduino/stm32/usb_host/usbh_conf.c
@@ -23,7 +23,9 @@
23
#include "usbh_core.h"
24
#include "Arduino.h"
25
26
-#include "stm32f4xx_hal_hcd.h"
+#ifndef HAL_HCD_MODULE_ENABLED
27
+ #error "HAL_HCD_MODULE_ENABLED is required"
28
+#endif
29
30
/* USER CODE BEGIN Includes */
31
0 commit comments