summaryrefslogtreecommitdiff
path: root/tinyusb/common/std_descriptors.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-11-08 12:03:32 +0700
committerhathach <[email protected]>2013-11-08 12:03:32 +0700
commit15d3a418bd0d109d926ea95c3be1bbc83757734b (patch)
treece38570975a7009624c80075101cb8cc84083c2e /tinyusb/common/std_descriptors.h
parent3945869cc267214a24fae94fe530fc3197348607 (diff)
add windows driver for cdc
add simple echo cdc serial demo add cdc device send/receive API refractor descriptor refractor cdc.h add usbd driver function - init - bus_reset
Diffstat (limited to 'tinyusb/common/std_descriptors.h')
-rw-r--r--tinyusb/common/std_descriptors.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tinyusb/common/std_descriptors.h b/tinyusb/common/std_descriptors.h
index 0d0d3ef27..1f433e90d 100644
--- a/tinyusb/common/std_descriptors.h
+++ b/tinyusb/common/std_descriptors.h
@@ -53,8 +53,6 @@
extern "C" {
#endif
-#define ENDPOINT_OUT_LOGICAL_TO_PHYSICAL(addr) (addr)
-#define ENDPOINT_IN_LOGICAL_TO_PHYSICAL(addr) ((addr) | 0x80)
#define STRING_LEN_BYTE2UNICODE(n) (2 + ((n)<<1))
//--------------------------------------------------------------------+