diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-12-14 09:43:02 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-12-14 09:43:02 +0000 |
commit | 51e52ffcf9cd4db7e629a112241ddd4960d22eb7 (patch) | |
tree | 90b83e9604d3622ebb60016f4a681d927f48d494 /testhal | |
parent | f6b817c499ec1d8bd528cff00ecae8ed30747151 (diff) | |
download | ChibiOS-51e52ffcf9cd4db7e629a112241ddd4960d22eb7.tar.gz ChibiOS-51e52ffcf9cd4db7e629a112241ddd4960d22eb7.tar.bz2 ChibiOS-51e52ffcf9cd4db7e629a112241ddd4960d22eb7.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7584 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal')
-rw-r--r-- | testhal/STM32/STM32F0xx/USB_CDC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F0xx/USB_CDC/Makefile b/testhal/STM32/STM32F0xx/USB_CDC/Makefile index 77022ee68..09f14985b 100644 --- a/testhal/STM32/STM32F0xx/USB_CDC/Makefile +++ b/testhal/STM32/STM32F0xx/USB_CDC/Makefile @@ -77,7 +77,7 @@ PROJECT = ch # Imported source files and paths
CHIBIOS = ../../../..
include $(CHIBIOS)/os/hal/hal.mk
-include $(CHIBIOS)/os/hal/boards/ST_STM32F072_DISCOVERY/board.mk
+include $(CHIBIOS)/os/hal/boards/ST_STM32F072B_DISCOVERY/board.mk
include $(CHIBIOS)/os/hal/ports/STM32/STM32F0xx/platform.mk
include $(CHIBIOS)/os/hal/osal/rt/osal.mk
include $(CHIBIOS)/os/rt/rt.mk
|