From: Dean Camera Date: Wed, 6 Oct 2010 10:16:02 +0000 (+0000) Subject: Cache the USB_DeviceState variable internally in the library core when multiple check... X-Git-Tag: LUFA-110528-BETA~213 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/3ae9e6042fc1ebc876e32142dde606f7890518b2?hp=3ae9e6042fc1ebc876e32142dde606f7890518b2 Cache the USB_DeviceState variable internally in the library core when multiple checks are required in a single loop iteration, to reduce compiled code size. ---