From: Dean Camera Date: Wed, 21 Jul 2010 05:39:29 +0000 (+0000) Subject: Add missing const qualifier to the parameters of the USB_GetNextDescriptorComp()... X-Git-Tag: LUFA-110528-BETA~330 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/5f57785404e671f136f8c7e325922076d16fee30?hp=5f57785404e671f136f8c7e325922076d16fee30 Add missing const qualifier to the parameters of the USB_GetNextDescriptorComp() function. Reduce spacing of the structure elements in StdDescriptors.h to make the code more readable. ---