From: Dean Camera Date: Sat, 7 Nov 2009 07:23:03 +0000 (+0000) Subject: Make Low Level host demos use void pointers for the configuration descriptor, to... X-Git-Tag: LUFA-110528-BETA~840 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/34dc7f241fe0627e21c3a218123d5d9fbc97374c?hp=34dc7f241fe0627e21c3a218123d5d9fbc97374c Make Low Level host demos use void pointers for the configuration descriptor, to prevent warnings when passed to the altered configuration descriptor parsing routines. Added preprocessor checks to give a human readable error when the class drivers are used when the incompatible NO_STREAM_CALLBACKS compile time option is used. ---