X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_usb.h;h=e5a282b158fbac6b52e083113783e179688a57d1;hb=d86a921be38f9dfe999bfd36bc3a8e76a2ad929f;hp=940d76183b8205b79ca219cb3b8340b837ffbbdd;hpb=b2cbb10564ee5c9c2a78519973bef71e4db364f9;p=bertos.git diff --git a/bertos/cfg/cfg_usb.h b/bertos/cfg/cfg_usb.h index 940d7618..e5a282b1 100644 --- a/bertos/cfg/cfg_usb.h +++ b/bertos/cfg/cfg_usb.h @@ -55,17 +55,10 @@ #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 */