diff options
Diffstat (limited to 'testex/STM32/STM32F3xx/I2C-LSM303DLHC/Makefile')
-rw-r--r-- | testex/STM32/STM32F3xx/I2C-LSM303DLHC/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/testex/STM32/STM32F3xx/I2C-LSM303DLHC/Makefile b/testex/STM32/STM32F3xx/I2C-LSM303DLHC/Makefile index 5994af145..eb4afa3d5 100644 --- a/testex/STM32/STM32F3xx/I2C-LSM303DLHC/Makefile +++ b/testex/STM32/STM32F3xx/I2C-LSM303DLHC/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)
|