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 THzBiasControl08 by
Diff: main.cpp
- Revision:
- 5:ee94acbf45df
- Parent:
- 4:95c491d36524
- Child:
- 6:aef06cd11ce4
diff -r 95c491d36524 -r ee94acbf45df main.cpp
--- 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);
}
}
