Fix typo

master
johnthagen 2019-03-14 19:46:31 -04:00
rodzic 76a6e55a2f
commit 06ec92de59
1 zmienionych plików z 1 dodań i 1 usunięć

@ -50,7 +50,7 @@ PIN20 (GND) -> GND
# Programming
You can now program/debug using any software that support the ST-Link/v2. One such program is [OpenOCD](http://openocd.org/).
You can now program/debug using any software that supports the ST-Link/v2. One such program is [OpenOCD](http://openocd.org/).
```bash
$ openocd -f board/stm32f4discovery.cfg -c "program app.elf" -c reset -c shutdown