From: Dean Camera Date: Thu, 30 Jul 2009 14:06:52 +0000 (+0000) Subject: Fix incorrect configuration in the ClassDriver AudioOutput demo. X-Git-Tag: LUFA-110528-BETA~1023 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/41babf1cb78a2a8e05f40f5de61c3f52bb794fc4?ds=inline;hp=41babf1cb78a2a8e05f40f5de61c3f52bb794fc4 Fix incorrect configuration in the ClassDriver AudioOutput demo. Make all audio device Class Driver functions require a reference to the Audio class instance, so that the endpoint size can be checked (and to standardize the APIs). Make LEDs more responsive in the AudioOutput device demos. ---