micropython/stm/lib/usbd_conf.h

8 lines
214 B
C
Raw Normal View History

2013-10-12 17:42:20 -06:00
#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__