sam3n: fix confusion between interrupt numbers and peripheral ids.
[bertos.git] / bertos / cfg / cfg_usb.h
index 9875fc098e1004203456eaea7c1c272606d0adb7..e5a282b158fbac6b52e083113783e179688a57d1 100644 (file)
  */
 #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 */