1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-18 21:48:13 +00:00

fix(core): set proper VDD level for T3T1 boards

[no changelog]
This commit is contained in:
tychovrahe 2024-04-24 11:00:58 +02:00 committed by TychoVrahe
parent 39e1085295
commit ab11afa442
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
#define DISPLAY_RESX 240
#define DISPLAY_RESY 240
#define VDD_1V8 1
#define VDD_3V3 1
#define USE_SD_CARD 1
#define USE_I2C 1

View File

@ -4,7 +4,7 @@
#define DISPLAY_RESX 240
#define DISPLAY_RESY 240
#define VDD_1V8 1
#define VDD_3V3 1
#define HSE_16MHZ 1
#define USE_SD_CARD 1