Skip to content

Commit 7f8c194

Browse files
Update RFCs/0002-pluggable-discovery.md
Co-authored-by: Matthijs Kooijman <[email protected]>
1 parent e50a9dc commit 7f8c194

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RFCs/0002-pluggable-discovery.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,8 +475,8 @@ will be available on the recipe as the variables:
475475
{upload.port.vid} = 0x2341
476476
{upload.port.serialNumber} = EBEABFD6514D32364E202020FF10181E
477477
{upload.port.name} = ttyACM0
478-
{serial.port} = ttyACM0 # for backward compatibility
479-
{serial.port.file} = /dev/ttyACM0 # only because protocol=serial
478+
{serial.port} = /dev/ttyACM0 # for backward compatibility
479+
{serial.port.file} = ttyACM0 # only because protocol=serial
480480
```
481481

482482
Here another example:

0 commit comments

Comments
 (0)