From: Dean Camera Date: Fri, 15 May 2009 08:02:30 +0000 (+0000) Subject: Fix to previous patch (make CDCHost demo deallocate pipes when an invalid CDC interfa... X-Git-Tag: LUFA-110528-BETA~1174 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/76d5e99bb8765030a7f99e7b5adf9bae7f92e0ba?ds=inline;hp=76d5e99bb8765030a7f99e7b5adf9bae7f92e0ba Fix to previous patch (make CDCHost demo deallocate pipes when an invalid CDC interface is skipped). Remove the saving of the USB_GetNextDescriptorComp() return value in all host demos, since it went unused anyway; replaced with a simple check against the success error code for clarity. ---