mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-09 14:12:51 +00:00
cross: don't use MICROPY_FORCE_32BIT=1 (no need for that)
This commit is contained in:
parent
8eb071f371
commit
26ac0b6e52
2
Makefile
2
Makefile
@ -18,7 +18,7 @@ UNIX_PORT_OPTS ?= TREZOR_X86=0
|
|||||||
else
|
else
|
||||||
UNIX_PORT_OPTS ?= TREZOR_X86=1
|
UNIX_PORT_OPTS ?= TREZOR_X86=1
|
||||||
endif
|
endif
|
||||||
CROSS_PORT_OPTS ?= MICROPY_FORCE_32BIT=1
|
CROSS_PORT_OPTS ?=
|
||||||
|
|
||||||
ifeq ($(DISPLAY_ILI9341V), 1)
|
ifeq ($(DISPLAY_ILI9341V), 1)
|
||||||
CFLAGS += -DDISPLAY_ILI9341V=1
|
CFLAGS += -DDISPLAY_ILI9341V=1
|
||||||
|
Loading…
Reference in New Issue
Block a user