From 0a0b70e41a49eeaf1d6f35704ee5c2e7280030c9 Mon Sep 17 00:00:00 2001 From: krzysztof-cabaj Date: Sat, 22 Jan 2022 12:32:15 -0500 Subject: [PATCH] Fixes after static tests --- boards/nucleo-l552ze-q/doc.txt | 2 +- dist/tools/cpy2remed/cpy2remed.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/nucleo-l552ze-q/doc.txt b/boards/nucleo-l552ze-q/doc.txt index c4b01860bde6..d7aaa939671b 100644 --- a/boards/nucleo-l552ze-q/doc.txt +++ b/boards/nucleo-l552ze-q/doc.txt @@ -36,7 +36,7 @@ and debug via GDB by simply typing make BOARD=nucleo-l552ze-q debug ``` -### Flashing the Board Using ST-LINK Removable Media +### Flashing the Board Using ST-LINK Removable Media On-board ST-LINK programmer provides via composite USB device removable media. Copying the HEX file causes reprogramming of the board. This task diff --git a/dist/tools/cpy2remed/cpy2remed.sh b/dist/tools/cpy2remed/cpy2remed.sh index 62ffd40789a9..4d5dc64480b3 100755 --- a/dist/tools/cpy2remed/cpy2remed.sh +++ b/dist/tools/cpy2remed/cpy2remed.sh @@ -2,7 +2,7 @@ #cpy2remed - copy to removable media #$1 contains generated hexfile -#$2 contains directory name for this particular nucleo board which could be +#$2 contains directory name for this particular nucleo board which could be # set in the board makefile.include using variable DIR_NAME_AT_REMED HEXFILE="$1"