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