From: Dean Camera Date: Tue, 21 Jul 2009 02:48:41 +0000 (+0000) Subject: Add explicit guards to all device mode tasks to ensure the device is connected and... X-Git-Tag: LUFA-110528-BETA~1052 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/67f390fe746ccc4d1dceac23f590eb1723cb7ff2?ds=inline;hp=67f390fe746ccc4d1dceac23f590eb1723cb7ff2 Add explicit guards to all device mode tasks to ensure the device is connected and configured before running the task, to prevent any user tasks from locking up the main USB task if the device has not been properly configured. ---