Little typo

Fixes https://github.com/Nitrokey/nitrokey-fido2-firmware/pull/19
This commit is contained in:
Wessel dR 2019-08-04 23:44:37 +02:00 committed by Szczepan Zalega
parent be37ed46f7
commit 09d450ed02
No known key found for this signature in database
GPG Key ID: D9BAE35991DE5B22

View File

@ -104,7 +104,7 @@ Do not use it, if you do not plan to do so.
make env3
. env3/bin/activate
# Run flashing
cd ./targets/stm32l442
cd ./targets/stm32l432
make flash
# which runs:
# flash: solo.hex bootloader.hex
@ -207,4 +207,3 @@ make env3
```