diff options
| author | hathach <[email protected]> | 2013-11-08 12:03:32 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-11-08 12:03:32 +0700 |
| commit | 15d3a418bd0d109d926ea95c3be1bbc83757734b (patch) | |
| tree | ce38570975a7009624c80075101cb8cc84083c2e /tinyusb/common/std_descriptors.h | |
| parent | 3945869cc267214a24fae94fe530fc3197348607 (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.h | 2 |
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)) //--------------------------------------------------------------------+ |
