Procházet zdrojové kódy

removing unrelated changes

Robin Mueller před 4 roky
rodič
revize
f850a0aeb9
1 změnil soubory, kde provedl 1 přidání a 3 odebrání
  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