From 12645c19aad603a7c3aa6f38f00ff2d291e2b780 Mon Sep 17 00:00:00 2001 From: Sebastien Charpentier Date: Wed, 19 Apr 2017 15:01:24 +0200 Subject: [PATCH] Update Compiling_STM32.md Cosmetic fix. --- docs/Compiling_STM32.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/Compiling_STM32.md b/docs/Compiling_STM32.md index 785e7c3..b5f3a16 100644 --- a/docs/Compiling_STM32.md +++ b/docs/Compiling_STM32.md @@ -98,9 +98,7 @@ For uploading binaries(.bin files) there is a specialized software you need to i #### Windows: Download the **ST Flash Loader Demonstrator** from here: http://www.st.com/content/st_com/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-programmers/flasher-stm32.html -Run the ST Flash Loader program. There are many tutorials on the web on how to use this program.For example - -[here](http://www.scienceprog.com/flashing-programs-to-stm32-embedded-bootloader) +Run the ST Flash Loader program. There are many tutorials on the web on how to use this program.For example: [here](http://www.scienceprog.com/flashing-programs-to-stm32-embedded-bootloader) #### OSX: To be checked.