You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/LUFA/Drivers/USB/HighLevel
Dean Camera 6d22a00e8b
Better fix to avoid void pointer arithmetic in ConfigDescriptor.h to regain C++ compatibility (thanks to Michael Hennebry).
15 years ago
..
ConfigDescriptor.c Remove void* arithmetic in the USB_GetNextDescriptor() static inline function, to make the header file C++ compatible once again. Implement workaround for an obscure GCC bug which can cause incorrect code generation under some circumstances when the void* is re-cast. 15 years ago
ConfigDescriptor.h Better fix to avoid void pointer arithmetic in ConfigDescriptor.h to regain C++ compatibility (thanks to Michael Hennebry). 15 years ago
Events.c Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style. 15 years ago
Events.h Fix spacing of the function parameter descriptions in the Doxygen documentation. 15 years ago
StdDescriptors.h Fixed internal device serial not being accessible on the ATMEGAXXU2 AVRs (thanks to Axel Rohde). 15 years ago
StdRequestType.h Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style. 15 years ago
StreamCallbacks.h Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style. 15 years ago
USBMode.h Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style. 15 years ago
USBTask.c Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style. 15 years ago
USBTask.h Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style. 15 years ago