README: fix typo

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

View File

@ -69,7 +69,7 @@ It is up to the application to advertise USB DFU support (i.e. as does the provi
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`.
To flash the `booltoader` using SWD run `make flash_bootloader`.
Once the `bootloader` flashed it is possible to flash the `application` over USB using the DFU protocol by running `make flash`.
To force the bootloader to start the DFU mode press the user button or short a pin, depending on the board.