From: Dean Camera Date: Tue, 22 Jun 2010 07:06:27 +0000 (+0000) Subject: Added new pgm_read_ptr() macro to Common.h for reading of pointers out of flash memor... X-Git-Tag: LUFA-110528-BETA~380 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/e621ab33be3b37496dd22eaf3255138f4347ba19?hp=e621ab33be3b37496dd22eaf3255138f4347ba19 Added new pgm_read_ptr() macro to Common.h for reading of pointers out of flash memory space. Added new SWAPENDIAN_16() and SWAPENDIAN_32() macros to Common.h for statically initialized variables at compile time. ---