From: Dean Camera Date: Wed, 26 Aug 2009 07:01:32 +0000 (+0000) Subject: More work on the Mass Storage Host mode Class driver. X-Git-Tag: LUFA-110528-BETA~951 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/ee744abb7efd5fef49782991d58895e10696809a?ds=inline;hp=ee744abb7efd5fef49782991d58895e10696809a More work on the Mass Storage Host mode Class driver. Added ATTR_NON_NULL_PTR_ARG() attributes to the class drivers to improve user code reliability by disallowing explicit NULL pointers as pointer parameters in function calls where the parameter must not be NULL. Disabled building of the Demos/Host/ClassDriver directory until Host Mode Class drivers are complete to prevent build errors in the meantime. ---