diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-11-10 11:24:15 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-11-10 11:24:15 +0000 |
commit | 5de364163f5a7597ba2f54e37cdea493fbd1e7ff (patch) | |
tree | 5fcd9f4c88696ea32d7bdec6721e8243d49567ca /LUFA/ManPages/Donating.txt | |
parent | c1782ac024a42c06680f511c939e653aacdb411d (diff) | |
download | lufa-5de364163f5a7597ba2f54e37cdea493fbd1e7ff.tar.gz lufa-5de364163f5a7597ba2f54e37cdea493fbd1e7ff.tar.bz2 lufa-5de364163f5a7597ba2f54e37cdea493fbd1e7ff.zip |
Update CDC Class Driver character stream functions to use the correct avr-libc return codes for errors and EOF.
Fix pointer arithmetic on void byte buffers by explicitly typecasting the buffer pointers to uint8_t* before altering them.
Diffstat (limited to 'LUFA/ManPages/Donating.txt')
-rw-r--r-- | LUFA/ManPages/Donating.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/LUFA/ManPages/Donating.txt b/LUFA/ManPages/Donating.txt index c85e93e49..17e44c3b2 100644 --- a/LUFA/ManPages/Donating.txt +++ b/LUFA/ManPages/Donating.txt @@ -14,6 +14,7 @@ * and supporter. Please consider donating a small amount to support this and my future Open Source projects - All
* donations are <i>greatly</i> appreciated.
*
- * <b>Donate to this project at <a>http://www.fourwalledcubicle.com</a></b> via PayPal - Thanks in Advance!
+ * <img src='http://www.pledgie.com/campaigns/6927.png?skin_name=chrome' border='0'></img>
+ * <a href='http://www.pledgie.com/campaigns/6927'>Donate to this project via PayPal</a> - Thanks in Advance!
*/
\ No newline at end of file |