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.cpp
- Revision:
- 47:a0cd9646ecd1
- Parent:
- 32:37f14e05bfd7
diff -r 378357d7e90d -r a0cd9646ecd1 USBSerial/USBSerial.cpp --- a/USBSerial/USBSerial.cpp Tue Mar 31 16:15:39 2015 +0100 +++ b/USBSerial/USBSerial.cpp Wed Apr 08 07:46:23 2015 +0100 @@ -46,7 +46,7 @@ -bool USBSerial::EP2_OUT_callback() { +bool USBSerial::EPBULK_OUT_callback() { uint8_t c[65]; uint32_t size = 0;