mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-31 18:40:56 +00:00
firmware: fix last commit
This commit is contained in:
parent
cfe9c73c78
commit
d33ce4a666
@ -35,12 +35,12 @@ int main(void) {
|
||||
|
||||
if (firmware_standalone()) {
|
||||
display_init();
|
||||
} else {
|
||||
display_pwm_init();
|
||||
display_orientation(0);
|
||||
display_backlight(255);
|
||||
}
|
||||
|
||||
display_pwm_init();
|
||||
display_orientation(0);
|
||||
display_backlight(255);
|
||||
|
||||
if (0 != flash_init()) {
|
||||
__fatal_error("flash_init", __FILE__, __LINE__, __FUNCTION__);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user