From: Dean Camera Date: Mon, 9 Aug 2010 10:20:10 +0000 (+0000) Subject: Removed complicated logic for the Endpoint_ConfigureEndpoint() function to use inline... X-Git-Tag: LUFA-110528-BETA~288 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/508e905d8d39c3968927aa2c1a45350f49452df1?ds=sidebyside;hp=508e905d8d39c3968927aa2c1a45350f49452df1 Removed complicated logic for the Endpoint_ConfigureEndpoint() function to use inlined or function called versions depending of if the given bank size is a compile time constant, as the compiler does a better job of optimizing with basic code. Changed over all device demos to use a clearer algorithm for the configuring of the application's endpoints. ---