Sfoglia il codice sorgente

removing unrelated changes

Robin Mueller 4 anni fa
parent
commit
f850a0aeb9
1 ha cambiato i file con 1 aggiunte e 3 eliminazioni
  1. 1 3
      README.md

+ 1 - 3
README.md

@@ -133,9 +133,7 @@ target_link_libraries(stm32-blinky-f4
 
 ## Linker script & variables
 
-CMSIS package will generate linker script for your device automatically (target
-`CMSIS::STM32::<DEVICE>`). To specify a custom linker script, use the
-`stm32_add_linker_script` function.
+CMSIS package will generate linker script for your device automatically (target `CMSIS::STM32::<DEVICE>`). To specify a custom linker script, use `stm32_add_linker_script` function.
 
 ## Useful CMake functions