From: Dean Camera Date: Tue, 2 Jun 2009 10:54:32 +0000 (+0000) Subject: Removed new Start of Frame event from the library; performance suffered far too much... X-Git-Tag: LUFA-110528-BETA~1161 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/7c5444b89a49df7cb671b0b041567990d2a3012e?ds=inline;hp=7c5444b89a49df7cb671b0b041567990d2a3012e Removed new Start of Frame event from the library; performance suffered far too much and it was only useful in one of the standard classes (HID). Altered HID demos to use the previous method of tracking millisecond periods via a hardware timer rather than the SOF events. Fixed MIDI class driver blocking on unread events to the host. ---