qmk_firmware/LUFA/Drivers/USB
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
..
Class 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
HighLevel 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
LowLevel 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
USB.h Remove dependancies from the LowLevel demos to the ClassDriver demos, since the use of ClassDriver headers now outputs an error when NO_STREAM_CALLBACKS is used. 2009-11-08 21:56:18 +00:00