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.
Diff: USBSerial/USBCDC.h
- Revision:
- 64:c7639faed2eb
- Parent:
- 19:fcb63a105965
diff -r 5b7d31d9d3f3 -r c7639faed2eb USBSerial/USBCDC.h --- a/USBSerial/USBCDC.h Wed Apr 02 21:00:41 2014 +0100 +++ b/USBSerial/USBCDC.h Mon Apr 28 12:15:41 2014 +0000 @@ -116,6 +116,7 @@ virtual bool USBCallback_request(); virtual void USBCallback_requestCompleted(uint8_t *buf, uint32_t length); virtual bool USBCallback_setConfiguration(uint8_t configuration); + virtual void USBCallback_busReset(void); volatile bool terminal_connected; };