-Fix that can cause USB stick to freeze up
-Add EEM Support
This commit is contained in:
parent
5e62a0dd20
commit
95d0b09954
9 changed files with 418 additions and 22 deletions
|
@ -98,9 +98,9 @@
|
|||
#define VCP_RX_EP 0x06
|
||||
#define VCP_TX_EP 0x05
|
||||
#define VCP_INT_EP 0x04
|
||||
#define TX_EP 0x02
|
||||
#define RX_EP 0x03
|
||||
#define INT_EP 0x01
|
||||
#define TX_EP 0x01
|
||||
#define RX_EP 0x02
|
||||
#define INT_EP 0x03
|
||||
|
||||
/** USB Mass Storage Setup **/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue