X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/e2d1b437c7454e621a349c9ba47ecfdf91f8fab2..2028e82e455a3d4caab3ad47b0c3a0815e1c1ae6:/LUFA/Common/Common.h?ds=inline diff --git a/LUFA/Common/Common.h b/LUFA/Common/Common.h index fc699b2cd..0eee969ec 100644 --- a/LUFA/Common/Common.h +++ b/LUFA/Common/Common.h @@ -116,6 +116,7 @@ #define pgm_read_byte(x) *x #define memcmp_P(...) memcmp(__VA_ARGS__) #define memcpy_P(...) memcpy(__VA_ARGS__) + #define strlen_P(...) strlen(__VA_ARGS__) // ================================================= typedef uint32_t uint_reg_t;