Skip to content

Commit

Permalink
Pedal: no built-in functions to avoid puts and putc re-definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiasini committed Jul 8, 2019
1 parent 1f40d1e commit 8ea01ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/pedal/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ea01ff

Please sign in to comment.