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