Skip to content

Commit

Permalink
fixup! refactor(core/embed): simplify bootutils api
Browse files Browse the repository at this point in the history
  • Loading branch information
cepetr committed Sep 19, 2024
1 parent 43185f7 commit 71d1118
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/embed/trezorhal/bootargs.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ boot_command_t bootargs_get_command();
// Returns the pointer to boot arguments
const boot_args_t* bootargs_get_args();

#endif // TREZORHAL_BOOTUTILS_H
#endif // TREZORHAL_BOOTARGS_H
2 changes: 1 addition & 1 deletion core/embed/trezorhal/bootutils.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ void __attribute__((noreturn)) reboot_and_upgrade(const uint8_t hash[32]);
// Allows the user to see the displayed error message and then
// safely shuts down the device (clears secrets, memory, etc.).
//
// This function is called when the device eneters an
// This function is called when the device enters an
// unrecoverable error state.
void __attribute__((noreturn)) secure_shutdown(void);

Expand Down

0 comments on commit 71d1118

Please sign in to comment.