From 32868225ce0e9ca493c79fd802ff633d00ceb24a Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 2 Apr 2016 07:36:02 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9203 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/STM32F0xx/CAN/Makefile | 2 +- testhal/STM32/STM32F0xx/USB_CDC/main.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'testhal/STM32/STM32F0xx') diff --git a/testhal/STM32/STM32F0xx/CAN/Makefile b/testhal/STM32/STM32F0xx/CAN/Makefile index d9e78ac30..de4fa9820 100644 --- a/testhal/STM32/STM32F0xx/CAN/Makefile +++ b/testhal/STM32/STM32F0xx/CAN/Makefile @@ -93,7 +93,7 @@ include $(CHIBIOS)/os/hal/osal/rt/osal.mk include $(CHIBIOS)/os/rt/rt.mk include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/port_v6m.mk # Other files (optional). -include $(CHIBIOS)/test/rt/test.mk +#include $(CHIBIOS)/test/rt/test.mk # Define linker script file here LDSCRIPT= $(STARTUPLD)/STM32F072xB.ld diff --git a/testhal/STM32/STM32F0xx/USB_CDC/main.c b/testhal/STM32/STM32F0xx/USB_CDC/main.c index ff63f4c1f..3536b7da5 100644 --- a/testhal/STM32/STM32F0xx/USB_CDC/main.c +++ b/testhal/STM32/STM32F0xx/USB_CDC/main.c @@ -19,7 +19,6 @@ #include "ch.h" #include "hal.h" -#include "test.h" #include "shell.h" #include "chprintf.h" -- cgit v1.2.3