add UART support for ea4357 (tested)

This commit is contained in:
hathach
2013-01-17 14:40:46 +07:00
parent 480ddb4fec
commit c16632da0b
12 changed files with 88 additions and 42 deletions

View File

@@ -45,7 +45,7 @@
#define USB_STRING_LEN(n) (2 + ((n)<<1))
typedef PRE_PACK struct POST_PACK _USB_STR_DESCRIPTOR
typedef ATTR_PREPACKED struct ATTR_PACKED _USB_STR_DESCRIPTOR
{
USB_COMMON_DESCRIPTOR LangID;
uint16_t strLangID[1];