From: Dean Camera Date: Fri, 7 Aug 2009 06:55:31 +0000 (+0000) Subject: Cleanups to RNDIS device demos. Fix issue in RNDIS demos where the memory would becom... X-Git-Tag: LUFA-110528-BETA~997 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/d423090b26ade8912e669d6c6d3c5463e0669429?ds=inline;hp=d423090b26ade8912e669d6c6d3c5463e0669429 Cleanups to RNDIS device demos. Fix issue in RNDIS demos where the memory would become corrupted due to an incorrect bounds check when iterating over the port state table, causing random resets. Revert change to Template_Endpoint_Control_R.c, which broke control stream reads. Remove uneeded ADC.h include in the class driver AudioOutput demo. ---