diff options
-rw-r--r-- | ports/stm32/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/stm32/Makefile b/ports/stm32/Makefile index ba4c90dab..3f381bde0 100644 --- a/ports/stm32/Makefile +++ b/ports/stm32/Makefile @@ -253,7 +253,6 @@ SRC_O = \ $(STARTUP_FILE) \ gchelper.o \ -$(BUILD)/$(HAL_DIR)/Src/%.o: CFLAGS += -fno-strict-aliasing SRC_HAL = $(addprefix $(HAL_DIR)/Src/stm32$(MCU_SERIES)xx_,\ hal.c \ hal_adc.c \ |