From: Dean Camera Date: Tue, 24 Nov 2009 01:56:59 +0000 (+0000) Subject: Fixed broken USB_GetNextDescriptor() function causing the descriptor to jump ahead... X-Git-Tag: LUFA-110528-BETA~813 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/e4bf986bb351121a39076a7c85c09cd40b43f123?hp=e4bf986bb351121a39076a7c85c09cd40b43f123 Fixed broken USB_GetNextDescriptor() function causing the descriptor to jump ahead double the expected amount. Fixed Pipe_IsEndpointBound() not masking the given Endpoint Address against PIPE_EPNUM_MASK. ---