diff options
Diffstat (limited to 'testhal/STM32F1xx/I2C/Makefile')
-rw-r--r-- | testhal/STM32F1xx/I2C/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F1xx/I2C/Makefile b/testhal/STM32F1xx/I2C/Makefile index 12eea9360..a118fb9a7 100644 --- a/testhal/STM32F1xx/I2C/Makefile +++ b/testhal/STM32F1xx/I2C/Makefile @@ -84,7 +84,7 @@ CSRC = $(PORTSRC) \ i2c_pns.c \
tmp75.c \
fake.c \
- #lis3.c
+ lis3.c
|