usb
Dependents: high speed light Bracelet
Fork of USBDevice by
Revision 28:45cd9ef02601, committed 2014-07-23
- Comitter:
- jacob_yan
- Date:
- Wed Jul 23 05:43:15 2014 +0000
- Parent:
- 27:0c6524151939
- Commit message:
- false
Changed in this revision
USBSerial/USBSerial.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 0c6524151939 -r 45cd9ef02601 USBSerial/USBSerial.h --- a/USBSerial/USBSerial.h Wed Jun 18 09:00:48 2014 +0100 +++ b/USBSerial/USBSerial.h Wed Jul 23 05:43:15 2014 +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(128){ + USBSerial(uint16_t vendor_id = 0x1f00, uint16_t product_id = 0x2012, uint16_t product_release = 0x0001, bool connect_blocking = false): USBCDC(vendor_id, product_id, product_release, connect_blocking), buf(128){ settingsChangedCallback = 0; };