Open GoogleCodeExporter opened 8 years ago
Correction:
*p++ = data[size - 1 - i];
Should be:
*p++ = data[size - 4 + i];
Original comment by averb...@gmail.com
on 30 Jun 2012 at 9:53
Can't answer for the reverse, but I changed Agentuino.h with your info as rev 47
Original comment by alfso...@gmail.com
on 6 Jul 2012 at 10:24
Original issue reported on code.google.com by
averb...@gmail.com
on 30 Jun 2012 at 9:47