apply clang format #558

Merged
gaisser merged 2 commits from eive/fsfw:mueller/apply-clang-format into development 2022-02-23 12:36:25 +01:00
Showing only changes of commit e75155c329 - Show all commits

View File

@ -71,9 +71,9 @@ add and link against the FSFW library in general.
4. Link against the FSFW library
```cmake
target_link_libraries(<YourProjectName> PRIVATE fsfw)
```
```cmake
target_link_libraries(${YourProjectName} PRIVATE fsfw)
```
5. It should now be possible use the FSFW as a static library from the user code.