aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F0xx
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-12-14 09:43:02 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-12-14 09:43:02 +0000
commit51e52ffcf9cd4db7e629a112241ddd4960d22eb7 (patch)
tree90b83e9604d3622ebb60016f4a681d927f48d494 /testhal/STM32/STM32F0xx
parentf6b817c499ec1d8bd528cff00ecae8ed30747151 (diff)
downloadChibiOS-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/STM32/STM32F0xx')
-rw-r--r--testhal/STM32/STM32F0xx/USB_CDC/Makefile2
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