1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 15:38:11 +00:00

fix(core): fix T3T1 MCU definition for emulator

[no changelog]
This commit is contained in:
tychovrahe 2024-10-07 15:15:42 +02:00 committed by cepetr
parent 915d4fca94
commit a0c885d244

View File

@ -15,7 +15,7 @@ def configure(
board = "T3T1/boards/t3t1-unix.h"
hw_model = get_hw_model_as_number("T3T1")
hw_revision = 0
mcu = "STM32FU585xx"
mcu = "STM32U585xx"
if "new_rendering" in features_wanted:
defines += ["XFRAMEBUFFER", "DISPLAY_RGB565"]