Skip to content

Commit

Permalink
Readme.md:Corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hector PHARAM committed May 16, 2023
1 parent ee4f556 commit eb4a0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -119,7 +119,7 @@ Every CMSIS component is CMake's target (aka library), which defines compiler de
add_executable(stm32-template main.c)
target_link_libraries(stm32-template CMSIS::STM32::F407VG)
```
That will add include directories, coretx peripheral layere files, startup source, linker script and compiler flags to your executable.
That will add include directories, peripheral layer files, startup source, linker script and compiler flags to your executable.

CMSIS creates the following targets:

Expand Down

0 comments on commit eb4a0c4

Please sign in to comment.