Update cdc_vcom.c

This commit is contained in:
ChunfengMu 2018-01-30 10:19:40 +08:00 committed by GitHub
parent 2ea318cc03
commit 263e9faae4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ const static struct ucdc_comm_descriptor _comm_desc =
USB_DESC_TYPE_ENDPOINT,
USB_DYNAMIC | USB_DIR_IN,
USB_EP_ATTR_INT,
0x0008,
0x08,
0xFF,
};