Skip to content
Snippets Groups Projects
Commit 0b958171 authored by Dean Camera's avatar Dean Camera
Browse files

Revert incorrect Mass Storage bootloader app start address.

parent f92cc29e
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,7 @@ void Application_Jump_Check(void)
MagicBootKey = 0;
// cppcheck-suppress constStatement
((void (*)(void))0x7000)();
((void (*)(void))0x0000)();
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment