aboutsummaryrefslogtreecommitdiff
path: root/stm/lib/usbd_conf.h
diff options
context:
space:
mode:
authorDamien2013-10-22 21:13:36 +0100
committerDamien2013-10-22 21:13:36 +0100
commit0c5827fc654b7722964483f58600e129e21c1013 (patch)
tree08018024bf61b9ee8d047b9237cd5f1e3277217b /stm/lib/usbd_conf.h
parentbb5316b9056720a67c25934aebb5a68e4772a7da (diff)
stm: improved GC, and cooked output for VCP.
Diffstat (limited to 'stm/lib/usbd_conf.h')
-rw-r--r--stm/lib/usbd_conf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stm/lib/usbd_conf.h b/stm/lib/usbd_conf.h
index 60243d2f6..ad4cd73c8 100644
--- a/stm/lib/usbd_conf.h
+++ b/stm/lib/usbd_conf.h
@@ -18,6 +18,6 @@
#define MSC_IN_EP 0x83
#define MSC_OUT_EP 0x03
#define MSC_MAX_PACKET 64
-#define MSC_MEDIA_PACKET 4096
+#define MSC_MEDIA_PACKET 2048 /* XXX was 4096; how small can we make it? */
#endif //__USBD_CONF__H__