Skip to content

Commit

Permalink
fix include
Browse files Browse the repository at this point in the history
  • Loading branch information
rhapsodyv committed Oct 4, 2020
1 parent 5943451 commit 14d21ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cores/arduino/stm32/usb_host/usbh_conf.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
#include "usbh_core.h"
#include "Arduino.h"

#include "stm32f4xx_hal_hcd.h"
#ifndef HAL_HCD_MODULE_ENABLED
#error "HAL_HCD_MODULE_ENABLED is required"
#endif

/* USER CODE BEGIN Includes */

Expand Down

0 comments on commit 14d21ef

Please sign in to comment.