Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of USBDevice by
Diff: USBSerial/USBSerial.h
- Revision:
- 47:a0cd9646ecd1
- Parent:
- 25:7c72828865f3
- Child:
- 51:deafa44182d9
diff -r 378357d7e90d -r a0cd9646ecd1 USBSerial/USBSerial.h
--- a/USBSerial/USBSerial.h Tue Mar 31 16:15:39 2015 +0100
+++ b/USBSerial/USBSerial.h Wed Apr 08 07:46:23 2015 +0100
@@ -145,7 +145,7 @@
}
protected:
- virtual bool EP2_OUT_callback();
+ virtual bool EPBULK_OUT_callback();
virtual void lineCodingChanged(int baud, int bits, int parity, int stop){
if (settingsChangedCallback) {
settingsChangedCallback(baud, bits, parity, stop);
