qmk_firmware/LUFA/Drivers
Dean Camera 5de364163f 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.
2009-11-10 11:24:15 +00:00
..
Board Spell check all source code variables, comments and strings. 2009-11-09 13:15:28 +00:00
Misc Trim unique serial number created by the USE_INTERNAL_SERIAL option to 12 characters rather than 20 - apparently Windows will implode if a serial number is too long. 2009-06-21 08:04:10 +00:00
Peripheral Spell check all source code variables, comments and strings. 2009-11-09 13:15:28 +00:00
USB Update CDC Class Driver character stream functions to use the correct avr-libc return codes for errors and EOF. 2009-11-10 11:24:15 +00:00