From: Dean Camera Date: Sun, 30 May 2010 14:01:41 +0000 (+0000) Subject: Small tweaks to ConfigDescriptor.c/.h to ensure pointers use the correct type, and... X-Git-Tag: LUFA-110528-BETA~435 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/152b2764c3c719e3e9e34ee60b5db8d99ff2611b?ds=sidebyside;hp=152b2764c3c719e3e9e34ee60b5db8d99ff2611b Small tweaks to ConfigDescriptor.c/.h to ensure pointers use the correct type, and to remove const attribute from the descriptor comparator callback function pointer type define, and into the function prototype instead. ---