2011-04-14, 09:24:54
Thank you very much for the bug report!
Change the firmware version constants in ds30loader.asm to 2.0.1 to resolve this issue:
Change the firmware version constants in ds30loader.asm to 2.0.1 to resolve this issue:
Code:
.equiv VERMAJ, 2 /*firmware version major*/
.equiv VERMIN, 0 /*fimrware version minor*/
.equiv VERREV, 1 /*firmware version revision*/