From: Dean Camera Date: Tue, 1 Jun 2010 11:07:29 +0000 (+0000) Subject: Much faster attribute range lookup - look through short list of attributes and compar... X-Git-Tag: LUFA-110528-BETA~429 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/3f3fdb01a9d06d7ea20f02fcf8c464055f72b5bb?hp=3f3fdb01a9d06d7ea20f02fcf8c464055f72b5bb Much faster attribute range lookup - look through short list of attributes and compare to range, rather than looking up by each possible value within the range. Cleanups to SDP code. Add missing RFCOMM language base ID offset attribute. Fix incorrect definition of the SWAPENDIAN_32() macro. ---