README: fix typo

This commit is contained in:
King Kévin 2017-08-20 00:22:33 +02:00
parent e3b3baabf2
commit 248f58a765
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ The `bootloader` is started first and immediately jumps to the `application` if
The main application should be implemented in `application.c`.
It is up to the application to advertise USB DFU support (i.e. as does the provided USB CDC ACM example).
The `bootlaoder` image will be flashed using SWD (Serial Wire Debug).
The `bootloader` image will be flashed using SWD (Serial Wire Debug).
For that you need an SWD adapter.
The `Makefile` uses a Black Magic Probe (per default), or a ST-Link V2 along OpenOCD software.
To flash the `booltoader` using SWD run `make flash_booloader`.