aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJF002 <JF002@users.noreply.github.com>2021-01-31 20:51:02 +0100
committerGitHub <noreply@github.com>2021-01-31 20:51:02 +0100
commit97807edd9d7c2b68de5ac7c1c2ccb8fa4f0aa1a3 (patch)
treeab54df7e1646702cb928fbf36a68e1c554ccb7e4 /src
parent51ff9d5e7bce66bc864bf6e807b0c4dbc6f2231b (diff)
parent4371b7fecced6b222dfa02cb71ecbb4ff54b6785 (diff)
Merge pull request #193 from Avamander/patch-5
Updated CMakeLists.txt to be more consistent
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 5955d393..4580609a 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -610,7 +610,7 @@ include_directories(
"${NRF5_SDK_PATH}/modules/nrfx/drivers/include"
"${NRF5_SDK_PATH}/modules/nrfx/hal"
"${NRF5_SDK_PATH}/modules/nrfx/mdk"
- ${NRF5_SDK_PATH}/external/freertos/source/include
+ "${NRF5_SDK_PATH}/external/freertos/source/include"
"${NRF5_SDK_PATH}/components/toolchain/cmsis/include"
"${NRF5_SDK_PATH}/components/libraries/atomic"
"${NRF5_SDK_PATH}/components/libraries/atomic_fifo"