Skip to content

Commit

Permalink
TEMP - test
Browse files Browse the repository at this point in the history
  • Loading branch information
cepetr committed Dec 19, 2024
1 parent 93707d2 commit 289536e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions core/embed/projects/bootloader/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
#ifdef USE_PVD
#include <sys/pvd.h>
#endif
#ifdef USE_POWERCTL
#include <sys/powerctl.h>
#endif
#ifdef USE_OPTIGA
#include <sec/optiga_hal.h>
#endif
Expand Down Expand Up @@ -403,6 +406,11 @@ int bootloader_main(void) {

ui_screen_boot_stage_1(false);

#ifdef USE_POWERCTL
systick_delay_ms(3000);
powerctl_suspend();
#endif

#ifdef TREZOR_EMULATOR
// wait a bit so that the empty lock icon is visible
// (on a real device, we are waiting for touch init which takes longer)
Expand Down

0 comments on commit 289536e

Please sign in to comment.