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.
Dependents: cc3000_ping_demo_try_2
Fork of mbed by
Diff: Serial.h
- Revision:
- 20:029aa53d7323
- Parent:
- 15:d1a9de3f4fe0
- Child:
- 21:3944f1e2fa4f
diff -r e6be4cd80aad -r 029aa53d7323 Serial.h
--- a/Serial.h Tue May 18 16:04:21 2010 +0000
+++ b/Serial.h Thu Jun 03 11:17:50 2010 +0000
@@ -39,7 +39,7 @@
* tx - Transmit pin
* rx - Receive pin
*
- * Note: Either tx or rx may be specified as NOT_CONNECTED if unused
+ * Note: Either tx or rx may be specified as NC if unused
*/
Serial(PinName tx, PinName rx, const char *name = NULL);
