From: Dean Camera Date: Wed, 9 Dec 2009 00:50:55 +0000 (+0000) Subject: Increase timeout of Mass Storage and Still Image host commands to 10 seconds (up... X-Git-Tag: LUFA-110528-BETA~769 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/7ace314cc12f24c1c3108311bdfb3a2ed484ab37?ds=inline;hp=7ace314cc12f24c1c3108311bdfb3a2ed484ab37 Increase timeout of Mass Storage and Still Image host commands to 10 seconds (up from 5) to account for slow-processing devices. Added brace guards to macros with parameters to prevent unintended changed evaluation of the macro expression. Minor code cleanups (remove redundant comments, fix spacing, etc.). ---