Skip to content

Commit 9a7f359

Browse files
author
Jenny Plunkett
committed
Add (Not Connected)
1 parent 20f913a commit 9a7f359

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/Serial.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class Serial : public SerialBase, public Stream, private NonCopyable<Serial> {
6666
* @param baud The baud rate of the serial port (optional, defaults to MBED_CONF_PLATFORM_DEFAULT_SERIAL_BAUD_RATE)
6767
*
6868
* @note
69-
* Either tx or rx may be specified as NC if unused
69+
* Either tx or rx may be specified as NC (Not Connected) if unused
7070
*/
7171
Serial(PinName tx, PinName rx, const char *name = NULL, int baud = MBED_CONF_PLATFORM_DEFAULT_SERIAL_BAUD_RATE);
7272

@@ -78,7 +78,7 @@ class Serial : public SerialBase, public Stream, private NonCopyable<Serial> {
7878
* @param baud The baud rate of the serial port
7979
*
8080
* @note
81-
* Either tx or rx may be specified as NC if unused
81+
* Either tx or rx may be specified as NC (Not Connected) if unused
8282
*/
8383
Serial(PinName tx, PinName rx, int baud);
8484

0 commit comments

Comments
 (0)