aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F7xx/USB_MSD/Makefile
diff options
context:
space:
mode:
authorFabien Poussin <fabien.poussin@gmail.com>2018-03-15 12:51:32 +0100
committerGitHub <noreply@github.com>2018-03-15 12:51:32 +0100
commit106edc8ddb1e4929c11ece3ecc64ecfd0b7047ab (patch)
treefd42297388ca04dc8ff202e40d491b73ff4c21d6 /testhal/STM32/STM32F7xx/USB_MSD/Makefile
parentdabdfca04e5f470d1eb83f72f18269bd294031b6 (diff)
parent3add406135c78d44ebc38d810b22af5da19cd296 (diff)
downloadChibiOS-Contrib-106edc8ddb1e4929c11ece3ecc64ecfd0b7047ab.tar.gz
ChibiOS-Contrib-106edc8ddb1e4929c11ece3ecc64ecfd0b7047ab.tar.bz2
ChibiOS-Contrib-106edc8ddb1e4929c11ece3ecc64ecfd0b7047ab.zip
Merge pull request #147 from romainreignier/update_tests
Update to latest ChibiOS API
Diffstat (limited to 'testhal/STM32/STM32F7xx/USB_MSD/Makefile')
-rw-r--r--testhal/STM32/STM32F7xx/USB_MSD/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/STM32F7xx/USB_MSD/Makefile b/testhal/STM32/STM32F7xx/USB_MSD/Makefile
index 33b207d..4564c51 100644
--- a/testhal/STM32/STM32F7xx/USB_MSD/Makefile
+++ b/testhal/STM32/STM32F7xx/USB_MSD/Makefile
@@ -10,7 +10,7 @@ endif
# C specific options here (added to USE_OPT).
ifeq ($(USE_COPT),)
- USE_COPT =
+ USE_COPT =
endif
# C++ specific options here (added to USE_OPT).
@@ -91,7 +91,7 @@ endif
PROJECT = ch
# Imported source files and paths
-CHIBIOS = ../../../../../ChibiOS-RT
+CHIBIOS = ../../../../../ChibiOS
CHIBIOS_CONTRIB = $(CHIBIOS)/../ChibiOS-Contrib
# Startup files.
include $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32f7xx.mk