From: Dean Camera Date: Tue, 24 Aug 2010 13:02:38 +0000 (+0000) Subject: Changed the signature of the CALLBACK_USB_GetDescriptor() callback function so that... X-Git-Tag: LUFA-110528-BETA~274 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/092f82e06fc64436fd957b4b6b8d5ce33532efae?hp=092f82e06fc64436fd957b4b6b8d5ce33532efae Changed the signature of the CALLBACK_USB_GetDescriptor() callback function so that the descriptor pointer is const, to remove the need for extra casting inside the callback (thanks to Jonathan Kollasch). ---