loader: fix b2f9725

pull/25/head
Jan Pochyla 7 years ago committed by Pavol Rusnak
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…
Cancel
Save