mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-10 07:20:56 +00:00
firmware: Define FASTFLASH in all cases
This commit is contained in:
parent
21eb49faff
commit
ed5e9c9347
@ -67,7 +67,9 @@ OBJS += protob/types.pb.o
|
||||
include ../Makefile.include
|
||||
|
||||
ifeq ($(FASTFLASH),1)
|
||||
CFLAGS += -DFASTFLASH
|
||||
CFLAGS += -DFASTFLASH=1
|
||||
else
|
||||
CFLAGS += -DFASTFLASH=0
|
||||
endif
|
||||
|
||||
CFLAGS += -Wno-sequence-point
|
||||
|
Loading…
Reference in New Issue
Block a user