From: Dean Camera Date: Tue, 27 Jul 2010 13:49:16 +0000 (+0000) Subject: Use static inline intermediatary functions in Endpoint.h to handle the masking for... X-Git-Tag: LUFA-110528-BETA~313 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/059307d89cbdd7a45170566f469eb9e02c20b3e1?hp=059307d89cbdd7a45170566f469eb9e02c20b3e1 Use static inline intermediatary functions in Endpoint.h to handle the masking for the private endpoint configuration routine, instead of performing the masking in the Endpoint_ConfigureEndpoint() macro. ---