X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/851fcd0c2fb6662e4ebfaa667bd1f604b9e9cfc0..2b43a6d7df6221b979f08326c02eb1cfdd077c49:/LUFA/Common/Common.h diff --git a/LUFA/Common/Common.h b/LUFA/Common/Common.h index 54d738682..082f4d5e7 100644 --- a/LUFA/Common/Common.h +++ b/LUFA/Common/Common.h @@ -18,7 +18,7 @@ advertising or publicity pertaining to distribution of the software without specific, written prior permission. - The author disclaim all warranties with regard to this + The author disclaims all warranties with regard to this software, including all implied warranties of merchantability and fitness. In no event shall the author be liable for any special, indirect or consequential damages or any damages @@ -109,9 +109,10 @@ #include "Endianness.h" #elif (ARCH == ARCH_UC3) #include + #include // === TODO: Find abstracted way to handle these === - #define PROGMEM const + #define PROGMEM #define pgm_read_byte(x) *x #define memcmp_P(...) memcmp(__VA_ARGS__) #define memcpy_P(...) memcpy(__VA_ARGS__)