Skip to content

Commit

Permalink
[uart] Changed UART docs to reflect proper usage (zephyrproject-rtos#540
Browse files Browse the repository at this point in the history
)

- Documentation said that UART could use tty1, which was not true
   and would cause an error to be thrown. The error will still be
   thrown, but the docs now only mention tty0.

Signed-off-by: James Prestwood <james.prestwood@intel.com>
  • Loading branch information
James Prestwood authored and grgustaf committed Dec 14, 2016
1 parent 67dd826 commit 4c8f7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/uart.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ API Documentation
`void init(UARTOptions options);`

The `options` object lets you choose the UART device/port you would like to
initialize. This can either be "tty0" or "tty1".
initialize. The Arduino 101, for example, should be "tty0".

### UART.write

Expand Down

0 comments on commit 4c8f7f6

Please sign in to comment.