diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2016-06-10 19:51:04 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2016-06-13 15:34:23 -0400 |
commit | bb3b881e219254f895d9eaa3acedfb006c714c8f (patch) | |
tree | 09e38778db23674441233b08f82b25cf11608549 /config | |
parent | e4859d2e9a9de74734519d0c1e01c7e0d18e7bc9 (diff) | |
download | kutter-bb3b881e219254f895d9eaa3acedfb006c714c8f.tar.gz kutter-bb3b881e219254f895d9eaa3acedfb006c714c8f.tar.xz kutter-bb3b881e219254f895d9eaa3acedfb006c714c8f.zip |
docs: Change the debugging docs to recommend a serial baud rate of 250000
A baud of 250000 is a better choice for production use. It's better
to test with that rate also.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config')
-rw-r--r-- | config/avrsim.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/avrsim.cfg b/config/avrsim.cfg index 5b1d0f74..bd3ad106 100644 --- a/config/avrsim.cfg +++ b/config/avrsim.cfg @@ -76,7 +76,7 @@ hard_pwm: 1 [mcu] serial: /tmp/pseudoserial -baud: 115200 +baud: 250000 pin_map: arduino [printer] |