From: Dean Camera Date: Thu, 3 Jun 2010 08:42:20 +0000 (+0000) Subject: Delay needed in bluetooth code due to the send function not waiting for the pipe... X-Git-Tag: LUFA-110528-BETA~416 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/13d812a7188f0b0ecaa07ee66e376a2c5a88742f?hp=13d812a7188f0b0ecaa07ee66e376a2c5a88742f Delay needed in bluetooth code due to the send function not waiting for the pipe bank to become ready before writing. Add in a call to Pipe_WaitUntilReady() to fix the issue. ---