mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-13 02:58:57 +00:00
loader: fix b2f9725
This commit is contained in:
parent
823a33b930
commit
0636c12729
@ -121,6 +121,11 @@ int usb_init_all(void) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
void mainloop(void)
|
||||
{
|
||||
__fatal_error("touch detected - launch aborted");
|
||||
}
|
||||
|
||||
int main(void)
|
||||
{
|
||||
SCB->VTOR = LOADER_START + HEADER_SIZE;
|
||||
|
Loading…
Reference in New Issue
Block a user