mirror of
https://github.com/mon/PocketVoltex.git
synced 2026-09-27 09:23:12 +03:00
Bootloader version that's actually real
This commit is contained in:
@@ -158,7 +158,7 @@ void EVENT_USB_Device_ControlRequest(void)
|
||||
/* Re-enable RWW section */
|
||||
boot_rww_enable();
|
||||
} else if(USB_ControlRequest.wIndex == COMMAND_VERSION) {
|
||||
Endpoint_Write_16_LE(65000);
|
||||
Endpoint_Write_16_LE(11);
|
||||
Endpoint_ClearIN();
|
||||
} else if(USB_ControlRequest.wIndex == COMMAND_STARTAPPLICATION) {
|
||||
RunBootloader = false;
|
||||
|
||||
Reference in New Issue
Block a user