diff options
author | Damien George <damien.p.george@gmail.com> | 2019-07-03 23:41:33 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-07-03 23:41:33 +1000 |
commit | 241e57775359bc55738cb56b044ba4cc9056eba5 (patch) | |
tree | 0e0176ac44a8df6710181230c4f243250822781e | |
parent | 73e8b7e0e4a7c9f89094ffe7d93c6d897a86b67a (diff) |
stm32/Makefile: Remove Wno-attributes for ll_usb HAL file.
This HAL file is now patched so it doesn't have these warnings.
-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 153ea4462..45d4653db 100644 --- a/ports/stm32/Makefile +++ b/ports/stm32/Makefile @@ -319,7 +319,6 @@ SRC_HAL = $(addprefix $(HAL_DIR)/Src/stm32$(MCU_SERIES)xx_,\ ) ifeq ($(MCU_SERIES),$(filter $(MCU_SERIES),f4 f7 h7 l4)) -$(BUILD)/$(HAL_DIR)/Src/stm32$(MCU_SERIES)xx_ll_usb.o: CFLAGS += -Wno-attributes SRC_HAL += $(addprefix $(HAL_DIR)/Src/stm32$(MCU_SERIES)xx_,\ hal_sd.c \ ll_sdmmc.c \ |