From 09d450ed02f213fac86b08532aa3a7d6889eb55a Mon Sep 17 00:00:00 2001 From: Wessel dR Date: Sun, 4 Aug 2019 23:44:37 +0200 Subject: [PATCH] Little typo Fixes https://github.com/Nitrokey/nitrokey-fido2-firmware/pull/19 --- docs/solo/nucleo32-board.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/solo/nucleo32-board.md b/docs/solo/nucleo32-board.md index cdbafb3..1e26ba5 100644 --- a/docs/solo/nucleo32-board.md +++ b/docs/solo/nucleo32-board.md @@ -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 ``` -