From: Dean Camera Date: Tue, 22 Jun 2010 07:55:02 +0000 (+0000) Subject: Use a bitmask instead of an array of bools in the SDP UUID List matching algorithm... X-Git-Tag: LUFA-110528-BETA~379 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/559af022041942be21d7cabd398639f4d6db52ea?hp=559af022041942be21d7cabd398639f4d6db52ea Use a bitmask instead of an array of bools in the SDP UUID List matching algorithm to reduce the compiled code size and stack used. ---