mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-27 23:41:18 +01:00
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.
10 lines
176 B
Makefile
10 lines
176 B
Makefile
# flash tool configuration
|
|
PROGRAMMER ?= goodfet
|
|
GOODFET_FLAGS ?= --telosb
|
|
|
|
PROGRAMMERS_SUPPORTED += goodfet
|
|
|
|
BAUD := 9600
|
|
|
|
include $(RIOTBOARD)/common/msp430/Makefile.include
|