From: Dean Camera Date: Sun, 24 Oct 2010 22:53:57 +0000 (+0000) Subject: All USB class drivers are now automatically included when LUFA/Drivers/USB.h is inclu... X-Git-Tag: LUFA-110528-BETA~189 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/b37d77eab32d171ad7b28157a924a4026e2aebd1?hp=b37d77eab32d171ad7b28157a924a4026e2aebd1 All USB class drivers are now automatically included when LUFA/Drivers/USB.h is included, and no longer need to be seperately included. All LowLevel demos changed to use the constants and types defined in the USB class drivers. ---