Fixed incorrect CALLBACK_USB_GetDescriptor() wIndex parameter type (thanks to matlo).
[pub/USBasp.git] / Bootloaders / MassStorage / BootloaderMassStorage.c
index 776e6b7..e5b2bea 100644 (file)
@@ -149,7 +149,7 @@ void Application_Jump_Check(void)
                MagicBootKey = 0;
 
                // cppcheck-suppress constStatement
-               ((void (*)(void))0x0000)();
+               ((void (*)(void))0x7000)();
        }
 }