diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-02-06 09:30:13 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-02-06 09:30:13 +0000 |
commit | 8dc000a0f757e99c2fa6ee8c97ca74625486a56f (patch) | |
tree | 7e5c4793dd96d9cca74bab4d733d5c6613bbd30c /testhal/STM32/STM32F4xx/USB_CDC_IAD/Makefile | |
parent | d4397ff8efee6ff35f4fe0b8dbf851de2d8f9074 (diff) | |
download | ChibiOS-8dc000a0f757e99c2fa6ee8c97ca74625486a56f.tar.gz ChibiOS-8dc000a0f757e99c2fa6ee8c97ca74625486a56f.tar.bz2 ChibiOS-8dc000a0f757e99c2fa6ee8c97ca74625486a56f.zip |
STM32F4 CDC_IAD demo, to be tested.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7663 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F4xx/USB_CDC_IAD/Makefile')
-rw-r--r-- | testhal/STM32/STM32F4xx/USB_CDC_IAD/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/USB_CDC_IAD/Makefile b/testhal/STM32/STM32F4xx/USB_CDC_IAD/Makefile index bcceec615..486617f6e 100644 --- a/testhal/STM32/STM32F4xx/USB_CDC_IAD/Makefile +++ b/testhal/STM32/STM32F4xx/USB_CDC_IAD/Makefile @@ -82,7 +82,7 @@ PROJECT = ch # Imported source files and paths
CHIBIOS = ../../../..
include $(CHIBIOS)/os/hal/hal.mk
-include $(CHIBIOS)/os/hal/boards/ST_STM32F4_DISCOVERY/board.mk
+include $(CHIBIOS)/os/hal/boards/OLIMEX_STM32_E407/board.mk
include $(CHIBIOS)/os/hal/ports/STM32/STM32F4xx/platform.mk
include $(CHIBIOS)/os/hal/osal/rt/osal.mk
include $(CHIBIOS)/os/rt/rt.mk
|