summaryrefslogtreecommitdiffstatshomepage
path: root/stm/lib/usb_regs.h
diff options
context:
space:
mode:
authorDamien <damien.p.george@gmail.com>2013-10-22 21:13:36 +0100
committerDamien <damien.p.george@gmail.com>2013-10-22 21:13:36 +0100
commit0c5827fc654b7722964483f58600e129e21c1013 (patch)
tree08018024bf61b9ee8d047b9237cd5f1e3277217b /stm/lib/usb_regs.h
parentbb5316b9056720a67c25934aebb5a68e4772a7da (diff)
downloadmicropython-0c5827fc654b7722964483f58600e129e21c1013.tar.gz
micropython-0c5827fc654b7722964483f58600e129e21c1013.zip
stm: improved GC, and cooked output for VCP.
Diffstat (limited to 'stm/lib/usb_regs.h')
-rw-r--r--stm/lib/usb_regs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stm/lib/usb_regs.h b/stm/lib/usb_regs.h
index 323e870560..d3ea8d821a 100644
--- a/stm/lib/usb_regs.h
+++ b/stm/lib/usb_regs.h
@@ -64,7 +64,7 @@
#define USB_OTG_DATA_FIFO_SIZE 0x1000
-#define USB_OTG_MAX_TX_FIFOS 15
+#define USB_OTG_MAX_TX_FIFOS 4 // XXX check we can make it this small!
#define USB_OTG_HS_MAX_PACKET_SIZE 512
#define USB_OTG_FS_MAX_PACKET_SIZE 64