From: Dean Camera Date: Sun, 11 Dec 2011 03:04:16 +0000 (+0000) Subject: Change PIPE_PIPENUM_MASK from 0x07 to the more generic 0x0F to allow for full pipe... X-Git-Tag: LUFA-120219~5 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/ec3e47a7d064dda452ab640e7ad61d4602380ed8?ds=inline;hp=ec3e47a7d064dda452ab640e7ad61d4602380ed8 Change PIPE_PIPENUM_MASK from 0x07 to the more generic 0x0F to allow for full pipe address support in USB host architectures other than the current AVR8 devices. Minor documentation improvements. ---