diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-11-13 14:06:27 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-11-13 14:06:27 -0500 |
commit | 5f9ce32fae034288e13a698b94b4fe69efd35ecf (patch) | |
tree | e498c1c6d4a5d87f44d4dc6169243731dc850694 /docs/Installation.md | |
parent | ccb660a0ea373e85b5d2ae70d7cf4324a4bf5575 (diff) | |
download | kutter-5f9ce32fae034288e13a698b94b4fe69efd35ecf.tar.gz kutter-5f9ce32fae034288e13a698b94b4fe69efd35ecf.tar.xz kutter-5f9ce32fae034288e13a698b94b4fe69efd35ecf.zip |
docs: Be more clear that a baud of 250000 is recommended
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Installation.md')
-rw-r--r-- | docs/Installation.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Installation.md b/docs/Installation.md index 1ab0a005..23c14727 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -50,9 +50,9 @@ make menuconfig ``` Select the appropriate micro-controller and review any other options -provided. For boards with serial ports, the default baud rate is -250000 (see the [FAQ](FAQ.md#how-do-i-change-the-serial-baud-rate) if -changing). Once configured, run: +provided. For boards with serial ports, the recommended baud rate is +250000 (see the [FAQ](FAQ.md#how-do-i-change-the-serial-baud-rate) +before changing). Once configured, run: ``` make |