aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien Poussin <fabien.poussin@gmail.com>2019-10-01 22:44:42 +0200
committerFabien Poussin <fabien.poussin@gmail.com>2019-10-02 10:47:02 +0200
commit97d90e02a591ce7bb0c8ffde795139d3054a0ffa (patch)
treed68fca4bd4d862e9293a9c38f6896737a7f13082
parent0341b1bba8a15754f018332d1f450bfe8a74f1d0 (diff)
downloadChibiOS-Contrib-97d90e02a591ce7bb0c8ffde795139d3054a0ffa.tar.gz
ChibiOS-Contrib-97d90e02a591ce7bb0c8ffde795139d3054a0ffa.tar.bz2
ChibiOS-Contrib-97d90e02a591ce7bb0c8ffde795139d3054a0ffa.zip
Makefile typo
-rw-r--r--testhal/STM32/STM32F1xx/qei/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F1xx/qei/Makefile b/testhal/STM32/STM32F1xx/qei/Makefile
index f2ac1c0..47cc893 100644
--- a/testhal/STM32/STM32F1xx/qei/Makefile
+++ b/testhal/STM32/STM32F1xx/qei/Makefile
@@ -110,7 +110,7 @@ include $(CHIBIOS)/os/various/shell/shell.mk
# Define linker script file here
LDSCRIPT= $(STARTUPLD)/STM32F103xB.ld
-usbcfg
+
# C sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
CSRC = $(ALLCSRC) \