1
0
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:
Marian Buschsieweke 2025-04-03 19:31:05 +02:00
parent 5699a0a5f9
commit cb128774ad
No known key found for this signature in database
GPG Key ID: 77AA882EC78084E6
2 changed files with 3 additions and 1 deletions

View File

@ -4,4 +4,6 @@ GOODFET_FLAGS ?= --telosb
PROGRAMMERS_SUPPORTED += goodfet
BAUD := 9600
include $(RIOTBOARD)/common/msp430/Makefile.include

View File

@ -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