mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 21:01:31 +00:00
Revert incorrect Mass Storage bootloader app start address.
This commit is contained in:
parent
f92cc29e3a
commit
0b95817130
@ -149,7 +149,7 @@ void Application_Jump_Check(void)
|
||||
MagicBootKey = 0;
|
||||
|
||||
// cppcheck-suppress constStatement
|
||||
((void (*)(void))0x7000)();
|
||||
((void (*)(void))0x0000)();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user