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