Browse Source

Tweak serial port descriptions

Scott Lahteine 4 years ago
parent
commit
e7a9f17371
1 changed files with 1 additions and 3 deletions
  1. 1
    3
      Marlin/Configuration.h

+ 1
- 3
Marlin/Configuration.h View File

@@ -99,6 +99,7 @@
99 99
 /**
100 100
  * Select the serial port on the board to use for communication with the host.
101 101
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
102
+ * Serial port -1 is the USB emulated serial port, if available.
102 103
  * Note: The first serial port (-1 or 0) will always be used by the Arduino bootloader.
103 104
  *
104 105
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
@@ -107,9 +108,6 @@
107 108
 
108 109
 /**
109 110
  * Select a secondary serial port on the board to use for communication with the host.
110
- * This allows the connection of wireless adapters (for instance) to non-default port pins.
111
- * Serial port -1 is the USB emulated serial port, if available.
112
- *
113 111
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
114 112
  */
115 113
 //#define SERIAL_PORT_2 -1

Loading…
Cancel
Save