From 15d3a418bd0d109d926ea95c3be1bbc83757734b Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 8 Nov 2013 12:03:32 +0700 Subject: 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 --- tinyusb/common/std_descriptors.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'tinyusb/common/std_descriptors.h') 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)) //--------------------------------------------------------------------+ -- cgit v1.3.1