소스 검색

removing unrelated changes

Robin Mueller 4 년 전
부모
커밋
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