From: Dean Camera Date: Wed, 8 Jun 2011 02:45:32 +0000 (+0000) Subject: Pipe_BoundEndpointNumber() has been renamed to Pipe_GetBoundEndpointAddress(), and... X-Git-Tag: LUFA-111009-BETA~80 X-Git-Url: http://git.linex4red.de/pub/lufa.git/commitdiff_plain/0bf5064aec5ac43ba2b25d44528bebb27db2f117?hp=0bf5064aec5ac43ba2b25d44528bebb27db2f117 Pipe_BoundEndpointNumber() has been renamed to Pipe_GetBoundEndpointAddress(), and now returns the correct endpoint direction as part of the endpoint address. Add Audio_GetSetEndpointProperty() function to the Host mode Audio class driver. ---