From be61dbe2ac53cad65c76b79c8193d859b88e036c Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Wed, 23 Oct 2019 21:13:13 +0200 Subject: [PATCH] boards/stm32l0538-disco: fix typos --- boards/stm32l0538-disco/doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/stm32l0538-disco/doc.txt b/boards/stm32l0538-disco/doc.txt index d018931a1e61..d3171e6186ca 100644 --- a/boards/stm32l0538-disco/doc.txt +++ b/boards/stm32l0538-disco/doc.txt @@ -31,7 +31,7 @@ Then use the following command: ### STDIO STDIO is connected to pins PA9 (TX) and PA10 (RX) so an USB to UART adapter is -required. Use the `term` targed to open a terminal: +required. Use the `term` target to open a terminal: make BOARD=stm32l0538-disco -C examples/hello-world term