Fix warning

This commit is contained in:
2022-10-23 18:32:16 +02:00
parent 1402dad8c3
commit 0e10c7048f
2 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ LFLAGS += -mfloat-abi=soft --disable-newlib-supplied-syscalls -nostartfiles
LFLAGS += -Tstartup/stm32f030.ld -Wl,-Map=$(mapfile).map -Wl,--gc-sections -Wl,--print-memory-usage -g
CFLAGS = -c -fmessage-length=0 -mlittle-endian -mthumb -mcpu=cortex-m0
CFLAGS += -mfloat-abi=soft -nostartfiles -Wall -g3 -O0
CFLAGS += -mfloat-abi=soft -nostartfiles -Wall -Wextra -g3 -O0
####################################################################################