-
- Downloads
Remove void* arithmetic in the USB_GetNextDescriptor() static inline function,...
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.
Showing
- LUFA/Drivers/USB/HighLevel/ConfigDescriptor.c 2 additions, 2 deletionsLUFA/Drivers/USB/HighLevel/ConfigDescriptor.c
- LUFA/Drivers/USB/HighLevel/ConfigDescriptor.h 59 additions, 48 deletionsLUFA/Drivers/USB/HighLevel/ConfigDescriptor.h
- LUFA/ManPages/LUFAPoweredProjects.txt 1 addition, 1 deletionLUFA/ManPages/LUFAPoweredProjects.txt
Loading
Please register or sign in to comment