compile new class
This commit is contained in:
8
targets/stm32l432/lib/usbd/usbd_ccid.h
Normal file
8
targets/stm32l432/lib/usbd/usbd_ccid.h
Normal 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
|
Reference in New Issue
Block a user