From: Dean Camera Date: Tue, 23 Jun 2009 07:55:18 +0000 (+0000) Subject: Fixed CDCHost demo unfreezing IN pipes during configuration, rather than during use. X-Git-Tag: LUFA-110528-BETA~1098 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/7f81803aaa312d589f79a77d1426150dcceb29f7?hp=7f81803aaa312d589f79a77d1426150dcceb29f7 Fixed CDCHost demo unfreezing IN pipes during configuration, rather than during use. Changed Pipe stream functions to automatically set the pipe token, allowing them to be used on bidirectional pipes without having to explicitly call Pipe_SetPipeToken() beforehand. ---