aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2018-02-18 19:58:33 +1100
committerDean Camera <dean@fourwalledcubicle.com>2018-02-18 19:59:21 +1100
commit2028e82e455a3d4caab3ad47b0c3a0815e1c1ae6 (patch)
treedc5d70a6b51ddaa9c00d0db3421e581646d4923c /LUFA/Common
parente2d1b437c7454e621a349c9ba47ecfdf91f8fab2 (diff)
downloadlufa-2028e82e455a3d4caab3ad47b0c3a0815e1c1ae6.tar.gz
lufa-2028e82e455a3d4caab3ad47b0c3a0815e1c1ae6.tar.bz2
lufa-2028e82e455a3d4caab3ad47b0c3a0815e1c1ae6.zip
Fixed CDC class Send_Device_*_P() and Send_Host_*_P() variant functions not compiled out for UC3 architecture.
Diffstat (limited to 'LUFA/Common')
-rw-r--r--LUFA/Common/Common.h1
1 files changed, 1 insertions, 0 deletions
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;