Firmware 0x0005 source

This commit is contained in:
EspoTek 2018-06-04 17:41:04 +10:00
parent 5df9da55ef
commit 7c6d355245
3 changed files with 3 additions and 1 deletions

View File

@ -1207,6 +1207,8 @@ static bool udc_reqvend(void){
case 0xa9: //Variant Version Request
udd_set_setup_payload(&variant, udd_g_ctrlreq.req.wLength);
return 1;
case 0xaa: //Soft reset Iso
return main_vendor_enable();
default:
return 0;
}

View File

@ -13,7 +13,7 @@
//#define VERO
#define OVERCLOCK 48
#define FIRMWARE_VERSION_ID 0x0004
#define FIRMWARE_VERSION_ID 0x0005
#define ATMEL_DFU_OFFSET 0x01fc
#define TC_SPISLAVE TCD0