diff options
Diffstat (limited to 'testhal/STM32/I2C/Makefile')
-rw-r--r-- | testhal/STM32/I2C/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/testhal/STM32/I2C/Makefile b/testhal/STM32/I2C/Makefile index 62eef3874..9f95a5914 100644 --- a/testhal/STM32/I2C/Makefile +++ b/testhal/STM32/I2C/Makefile @@ -77,9 +77,11 @@ CSRC = $(PORTSRC) \ $(CHIBIOS)/os/various/syscalls.c \
main.c \
i2c_pns.c \
- lis3.c\
- max1236.c\
- tmp75.c\
+ tmp75.c\
+ max1236.c\
+ lis3.c\
+
+
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
|