diff options
Diffstat (limited to 'testex/STM32/STM32F4xx/I2C-LIS3MLD')
-rw-r--r-- | testex/STM32/STM32F4xx/I2C-LIS3MLD/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/testex/STM32/STM32F4xx/I2C-LIS3MLD/Makefile b/testex/STM32/STM32F4xx/I2C-LIS3MLD/Makefile index 16c7f7c57..b93e8ae3d 100644 --- a/testex/STM32/STM32F4xx/I2C-LIS3MLD/Makefile +++ b/testex/STM32/STM32F4xx/I2C-LIS3MLD/Makefile @@ -139,10 +139,6 @@ TCSRC = TCPPSRC =
# List ASM source files here
-ASMSRC =
-ASMXSRC = $(STARTUPASM) $(PORTASM) $(OSALASM)
-
-# List ASM source files here
ASMSRC = $(ALLASMSRC)
ASMXSRC = $(ALLXASMSRC)
|