Altered slightly to make the USB blocking default to off
Fork of USBDevice by
Revision 52:cd77f829e12c, committed 2015-05-10
- Comitter:
- el13tjoc
- Date:
- Sun May 10 01:55:42 2015 +0000
- Parent:
- 51:deafa44182d9
- Commit message:
- USB Library;
Changed in this revision
USBDevice/USBDevice.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r deafa44182d9 -r cd77f829e12c USBDevice/USBDevice.h --- a/USBDevice/USBDevice.h Thu Apr 23 08:45:28 2015 +0100 +++ b/USBDevice/USBDevice.h Sun May 10 01:55:42 2015 +0000 @@ -40,7 +40,7 @@ * * @param blocking: block if not configured */ - void connect(bool blocking = true); + void connect(bool blocking = false); /* * Disconnect a device