USB: unify endpoints' TX and RX buffers
[bertos.git] / bertos / cfg / cfg_usb.h
index 940d76183b8205b79ca219cb3b8340b837ffbbdd..e5a282b158fbac6b52e083113783e179688a57d1 100644 (file)
 #define USB_LOG_FORMAT     LOG_FMT_TERSE
 
 /**
- * Size of the USB outbound buffer [bytes].
+ * Size of the USB buffer used for endpoint transfers [bytes].
  * $WIZ$ type = "int"
  * $WIZ$ min = 2
  */
-#define CONFIG_USB_TXBUFSIZE  64
-
-/**
- * Size of the USB inbound buffer [bytes].
- * $WIZ$ type = "int"
- * $WIZ$ min = 2
- */
-#define CONFIG_USB_RXBUFSIZE  64
+#define CONFIG_USB_BUFSIZE  64
 
 #endif /* CFG_USB_H */