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 USBSerial_HelloWorld by
Revision 5:ee94acbf45df, committed 2011-11-17
- Comitter:
- samux
- Date:
- Thu Nov 17 16:36:10 2011 +0000
- Parent:
- 4:95c491d36524
- Child:
- 6:aef06cd11ce4
- Commit message:
Changed in this revision
| USBDevice.lib | Show annotated file Show diff for this revision Revisions of this file |
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/USBDevice.lib Thu Nov 17 12:01:22 2011 +0000 +++ b/USBDevice.lib Thu Nov 17 16:36:10 2011 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/samux/code/USBDevice/#76071370dd0a +http://mbed.org/users/samux/code/USBDevice/#ef8c6751b185
--- a/main.cpp Thu Nov 17 12:01:22 2011 +0000
+++ b/main.cpp Thu Nov 17 16:36:10 2011 +0000
@@ -10,7 +10,7 @@
while(1)
{
- serial.print("I am a virtual serial port!\r\n");
+ serial.printf("I am a virtual serial port!\r\n");
wait(1);
}
}
