Skip to content

Commit 241e577

Browse files
committed
stm32/Makefile: Remove Wno-attributes for ll_usb HAL file.
This HAL file is now patched so it doesn't have these warnings.
1 parent 73e8b7e commit 241e577

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ports/stm32/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ SRC_HAL = $(addprefix $(HAL_DIR)/Src/stm32$(MCU_SERIES)xx_,\
319319
)
320320

321321
ifeq ($(MCU_SERIES),$(filter $(MCU_SERIES),f4 f7 h7 l4))
322-
$(BUILD)/$(HAL_DIR)/Src/stm32$(MCU_SERIES)xx_ll_usb.o: CFLAGS += -Wno-attributes
323322
SRC_HAL += $(addprefix $(HAL_DIR)/Src/stm32$(MCU_SERIES)xx_,\
324323
hal_sd.c \
325324
ll_sdmmc.c \

0 commit comments

Comments
 (0)