From: Dean Camera Date: Wed, 27 Oct 2010 07:23:51 +0000 (+0000) Subject: Added new NO_CLASS_DRIVER_AUTOFLUSH compile time option to disable automatic flushing... X-Git-Tag: LUFA-110528-BETA~186 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/710f31c54023b2fd85d37b0d849be3895b70f1cb?hp=710f31c54023b2fd85d37b0d849be3895b70f1cb Added new NO_CLASS_DRIVER_AUTOFLUSH compile time option to disable automatic flushing of interfaces when the USB management tasks for each driver is called. The MIDI class drivers now automatically flushes the MIDI interface when the MIDI class driver's USBTask() function is called. ---