Fixed ring buffer size limited to 255 elements, instead of the intended 65535 elements.

This commit is contained in:
Dean Camera 2011-10-18 11:23:23 +00:00
parent c6d6bdae0a
commit 738c9203fc
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@
*
* <b>Fixed:</b>
* - Core:
* - None
* - Fixed ring buffer size limited to 255 elements, instead of the intended 65535 elements.
* - Library Applications:
* - Added reliability patches to the AVRISP-MKII Clone project's PDI/TPI protocols (thanks to Justin Mattair)
*