Robin Mueller 4 лет назад
Родитель
Сommit
f850a0aeb9
1 измененных файлов с 1 добавлено и 3 удалено
  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