Pedal: no built-in functions to avoid puts and putc re-definitions

master
Riccardo 2019-07-07 21:38:40 -07:00
parent 1f40d1e6a6
commit 8ea01ff127
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ PROJ_NAME = comma
CFLAGS = -O2 -Wall -Wextra -Wstrict-prototypes -std=gnu11 -DPEDAL
CFLAGS += -mlittle-endian -mthumb -mcpu=cortex-m3
CFLAGS += -msoft-float -DSTM32F2 -DSTM32F205xx
CFLAGS += -I ../inc -I ../ -I ../../ -nostdlib
CFLAGS += -I ../inc -I ../ -I ../../ -nostdlib -fno-builtin
CFLAGS += -T../stm32_flash.ld
STARTUP_FILE = startup_stm32f205xx