Skip to content

Commit 14d21ef

Browse files
committed
fix include
1 parent 5943451 commit 14d21ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cores/arduino/stm32/usb_host/usbh_conf.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
#include "usbh_core.h"
2424
#include "Arduino.h"
2525

26-
#include "stm32f4xx_hal_hcd.h"
26+
#ifndef HAL_HCD_MODULE_ENABLED
27+
#error "HAL_HCD_MODULE_ENABLED is required"
28+
#endif
2729

2830
/* USER CODE BEGIN Includes */
2931

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy