#ifndef __USB_CONFIG_H__LEIURX7H18__
#define __USB_CONFIG_H__LEIURX7H18__

#ifndef CTRL_EP_SIZE
#define CTRL_EP_SIZE 8
#endif

#ifndef NON_CTRL_XFER_SIZE
#define NON_CTRL_XFER_SIZE 64
#endif

#ifndef MAX_CTRL_DATA
#define MAX_CTRL_DATA 128
#endif

#endif /* __USB_CONFIG_H__LEIURX7H18__ */