v6.0.0 #729

Merged
mohr merged 668 commits from development into master 2023-02-23 13:42:49 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 19817bd3a5 - Show all commits

View File

@ -105,7 +105,7 @@ You can use the following commands inside the ``fsfw`` folder to set up the buil
.. code-block:: console
mkdir cmake-build-tests && cd cmake-build-tests
mkdir build-tests && cd build-tests
cmake -DFSFW_BUILD_TESTS=ON -DFSFW_OSAL=host ..