You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
214 B
7 lines
214 B
#ifndef __USBD_CONF__H__
|
|
#define __USBD_CONF__H__
|
|
|
|
#define USBD_CFG_MAX_NUM 1 // TODO need more than 1?
|
|
#define USBD_ITF_MAX_NUM 1 // TODO need more than 1?
|
|
|
|
#endif //__USBD_CONF__H__
|
|
|