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.
Dependencies: lib_Transmission
Diff: main.h
- Revision:
- 7:b4b3cd7f18da
- Parent:
- 4:0e42ea16a9cb
- Child:
- 8:bea3564ffb56
--- a/main.h Tue Mar 09 14:50:47 2021 +0000 +++ b/main.h Wed Mar 17 14:01:51 2021 +0000 @@ -15,5 +15,5 @@ USBCDC usb(false); string processing(string); -Transmission transmission(&pc, ð, &usb, &processing); +Transmission transmission(&pc, &usb, ð, &processing); #endif \ No newline at end of file