mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-14 03:30:02 +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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void mainloop(void)
|
||||||
|
{
|
||||||
|
__fatal_error("touch detected - launch aborted");
|
||||||
|
}
|
||||||
|
|
||||||
int main(void)
|
int main(void)
|
||||||
{
|
{
|
||||||
SCB->VTOR = LOADER_START + HEADER_SIZE;
|
SCB->VTOR = LOADER_START + HEADER_SIZE;
|
||||||
|
Loading…
Reference in New Issue
Block a user