aboutsummaryrefslogtreecommitdiff
path: root/stm/lib/usbd_conf.h
blob: de5d25038de0b245aed22d1595969fc89786770e (plain)
1
2
3
4
5
6
7
#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__