compile new class

This commit is contained in:
Conor Patrick
2019-05-18 21:47:51 -04:00
parent 0ff9870612
commit 4fad28ea47
3 changed files with 25 additions and 10 deletions

View File

@@ -0,0 +1,8 @@
#ifndef _USBD_H_
#define _USBD_H_
#define CCID_IN_EP 0x84U /* EP1 for data IN */
#define CCID_OUT_EP 0x04U /* EP1 for data OUT */
#define CCID_CMD_EP 0x85U /* EP2 for CDC commands */
#endif