diff options
Diffstat (limited to 'testhal')
-rw-r--r-- | testhal/STM32/STM32F7xx/USB_RAW/usbcfg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F7xx/USB_RAW/usbcfg.c b/testhal/STM32/STM32F7xx/USB_RAW/usbcfg.c index 9f279edc4..e9c241452 100644 --- a/testhal/STM32/STM32F7xx/USB_RAW/usbcfg.c +++ b/testhal/STM32/STM32F7xx/USB_RAW/usbcfg.c @@ -15,7 +15,7 @@ */
#include "hal.h"
-#include "usb_cdc.h"
+#include "hal_usb_cdc.h"
#include "usbcfg.h"
/*
|