diff options
author | Fabien Poussin <fabien.poussin@gmail.com> | 2019-10-01 22:44:42 +0200 |
---|---|---|
committer | Fabien Poussin <fabien.poussin@gmail.com> | 2019-10-02 10:47:02 +0200 |
commit | 97d90e02a591ce7bb0c8ffde795139d3054a0ffa (patch) | |
tree | d68fca4bd4d862e9293a9c38f6896737a7f13082 /testhal/STM32/STM32F1xx/qei/Makefile | |
parent | 0341b1bba8a15754f018332d1f450bfe8a74f1d0 (diff) | |
download | ChibiOS-Contrib-97d90e02a591ce7bb0c8ffde795139d3054a0ffa.tar.gz ChibiOS-Contrib-97d90e02a591ce7bb0c8ffde795139d3054a0ffa.tar.bz2 ChibiOS-Contrib-97d90e02a591ce7bb0c8ffde795139d3054a0ffa.zip |
Makefile typo
Diffstat (limited to 'testhal/STM32/STM32F1xx/qei/Makefile')
-rw-r--r-- | testhal/STM32/STM32F1xx/qei/Makefile | 2 |
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) \ |