USB device stack

Fork of USBDevice by mbed official

Revision:
59:dba1951546c3
Parent:
58:c54fa7f1a7de
Child:
60:b1e3889495d3
--- a/USBSerial/USBSerial.h	Thu Jun 11 04:22:58 2015 +0000
+++ b/USBSerial/USBSerial.h	Thu Jun 11 18:42:39 2015 +0000
@@ -56,7 +56,7 @@
     * @param connect_blocking define if the connection must be blocked if USB not plugged in
     *
     */
-    USBSerial(uint16_t vendor_id = 0x1f00, uint16_t product_id = 0x2012, uint16_t product_release = 0x0001, bool connect_blocking = true): USBCDC(vendor_id, product_id, product_release, connect_blocking), buf(8192*4){
+    USBSerial(uint16_t vendor_id = 0x1f00, uint16_t product_id = 0x2012, uint16_t product_release = 0x0001, bool connect_blocking = true): USBCDC(vendor_id, product_id, product_release, connect_blocking), buf(8192*2){
         settingsChangedCallback = 0;
     };