From: Dean Camera Date: Mon, 4 Apr 2011 12:52:30 +0000 (+0000) Subject: Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_* functi... X-Git-Tag: LUFA-110528-BETA~15 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/899df7d3318e478859d940ec8debe679888476a5?hp=899df7d3318e478859d940ec8debe679888476a5 Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures. Renamed all low level Pipe_Read_*, Pipe_Write_* and Pipe_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures. ---