From: Dean Camera Date: Mon, 4 Jan 2010 13:34:02 +0000 (+0000) Subject: Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check being performed before the... X-Git-Tag: LUFA-110528-BETA~690 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/6122ba93cf957bd495fdd1838bac16fb24896a17?hp=6122ba93cf957bd495fdd1838bac16fb24896a17 Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check being performed before the required library headers were included, causing a compilation error. Added notes to the class driver functions indicating which functions require what Device/Host state machine states to function. ---