X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=bertos%2Fcfg%2Fcfg_usb.h;h=e5a282b158fbac6b52e083113783e179688a57d1;hb=1c11ac0ab0636d07db3899b02c5d89e2d0b020bc;hp=9875fc098e1004203456eaea7c1c272606d0adb7;hpb=7713a5e329a770f53d53e39e9b3b8dae55c71614;p=bertos.git diff --git a/bertos/cfg/cfg_usb.h b/bertos/cfg/cfg_usb.h index 9875fc09..e5a282b1 100644 --- a/bertos/cfg/cfg_usb.h +++ b/bertos/cfg/cfg_usb.h @@ -54,4 +54,11 @@ */ #define USB_LOG_FORMAT LOG_FMT_TERSE +/** + * Size of the USB buffer used for endpoint transfers [bytes]. + * $WIZ$ type = "int" + * $WIZ$ min = 2 + */ +#define CONFIG_USB_BUFSIZE 64 + #endif /* CFG_USB_H */