From edfa34303bc1b0f1c26182a6fdad6c44c0cd5c75 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Wed, 23 Oct 2019 21:13:12 +0200 Subject: [PATCH] boards/lsn50: fix typos --- boards/lsn50/doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/lsn50/doc.txt b/boards/lsn50/doc.txt index de0ced1d88cb..e7ade75df3c4 100644 --- a/boards/lsn50/doc.txt +++ b/boards/lsn50/doc.txt @@ -41,7 +41,7 @@ application. ### 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=lsn50 -C examples/hello-world term