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
1 changed files with 5 additions and 0 deletions

View File

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