From: Dean Camera Date: Sun, 21 Jun 2009 09:22:31 +0000 (+0000) Subject: Added new USE_INTERNAL_SERIAL define for using the unique serial numbers in some... X-Git-Tag: LUFA-110528-BETA~1103 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/730624f745648cbd32bec7da64833cb2aadd44ea?hp=730624f745648cbd32bec7da64833cb2aadd44ea Added new USE_INTERNAL_SERIAL define for using the unique serial numbers in some AVR models as the USB device's serial number, added NO_INTERNAL_SERIAL compile time option to turn off new serial number reading code. Updated Mass Storage and CDC based demos to use the new device serial number if the device it is compiled for supports it. ---