mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-15 17:43:51 +01:00
boards/telosb: fix stdio_uart symbol rate
The stdio UART symbol rate is configured to 9600 Bd, and not to 115200 Bd. This updates `make term` and the doc to match what is implemented.
This commit is contained in:
parent
5699a0a5f9
commit
cb128774ad
@ -4,4 +4,6 @@ GOODFET_FLAGS ?= --telosb
|
||||
|
||||
PROGRAMMERS_SUPPORTED += goodfet
|
||||
|
||||
BAUD := 9600
|
||||
|
||||
include $(RIOTBOARD)/common/msp430/Makefile.include
|
||||
|
||||
@ -50,7 +50,7 @@ This should take care of everything!
|
||||
|
||||
## Using the shell
|
||||
|
||||
The shell is using the UART interface of the TelosB at 115200 baud.
|
||||
The shell is using the UART interface of the TelosB at 9600 baud.
|
||||
|
||||
## More information
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user