well that's a concern, O2 breaks comm over SPI

This commit is contained in:
Firmware Batman 2017-07-19 17:09:55 -07:00
parent 64495a0018
commit c8c8601751
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
CFLAGS += -I inc -I ../ -nostdlib -fno-builtin -std=gnu11 -O2
CFLAGS += -I inc -I ../ -nostdlib -fno-builtin -std=gnu11 -O0
CFLAGS += -Tstm32_flash.ld
CC = arm-none-eabi-gcc