1
0
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:
Jan Pochyla 2017-04-06 15:53:47 +02:00 committed by Pavol Rusnak
parent 823a33b930
commit 0636c12729

View File

@ -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;