1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 23:41:18 +01:00
RIOT/boards/telosb/Makefile.include
Marian Buschsieweke cb128774ad
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.
2025-04-03 19:45:49 +02:00

10 lines
176 B
Makefile

# flash tool configuration
PROGRAMMER ?= goodfet
GOODFET_FLAGS ?= --telosb
PROGRAMMERS_SUPPORTED += goodfet
BAUD := 9600
include $(RIOTBOARD)/common/msp430/Makefile.include