boards/stm32l0538-disco: fix typos

This commit is contained in:
Kaspar Schleiser 2019-10-23 21:13:13 +02:00
parent 97a18f9114
commit be61dbe2ac

View File

@ -31,7 +31,7 @@ Then use the following command:
### STDIO ### STDIO
STDIO is connected to pins PA9 (TX) and PA10 (RX) so an USB to UART adapter is 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 make BOARD=stm32l0538-disco -C examples/hello-world term