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.
Dependents: MATSU-bed_blinky MATSU-bed_detection
Fork of USBDevice by
Diff: USBSerial/USBSerial.h
- Revision:
- 47:a0cd9646ecd1
- Parent:
- 25:7c72828865f3
- Child:
- 51:deafa44182d9
--- 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);