mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-26 01:18:28 +00:00
fix(core): fix T3T1 MCU definition for emulator
[no changelog]
This commit is contained in:
parent
915d4fca94
commit
a0c885d244
@ -15,7 +15,7 @@ def configure(
|
|||||||
board = "T3T1/boards/t3t1-unix.h"
|
board = "T3T1/boards/t3t1-unix.h"
|
||||||
hw_model = get_hw_model_as_number("T3T1")
|
hw_model = get_hw_model_as_number("T3T1")
|
||||||
hw_revision = 0
|
hw_revision = 0
|
||||||
mcu = "STM32FU585xx"
|
mcu = "STM32U585xx"
|
||||||
|
|
||||||
if "new_rendering" in features_wanted:
|
if "new_rendering" in features_wanted:
|
||||||
defines += ["XFRAMEBUFFER", "DISPLAY_RGB565"]
|
defines += ["XFRAMEBUFFER", "DISPLAY_RGB565"]
|
||||||
|
Loading…
Reference in New Issue
Block a user