diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-11-04 08:56:50 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-11-04 08:56:50 +0000 |
commit | e8a9cc939851edfb14151189049d2a1578357987 (patch) | |
tree | 90604dbaa42711efb07cabd83a42255c59196eb8 /testhal/STM32 | |
parent | e1d8e5357927f0748fef013fb4bddebe781c60a8 (diff) | |
download | ChibiOS-e8a9cc939851edfb14151189049d2a1578357987.tar.gz ChibiOS-e8a9cc939851edfb14151189049d2a1578357987.tar.bz2 ChibiOS-e8a9cc939851edfb14151189049d2a1578357987.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9899 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32')
-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"
/*
|