We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c970ca3 + 6a6981c commit f215ca4Copy full SHA for f215ca4
.gitconfig
doc/buildAndProgram.md
@@ -66,7 +66,7 @@ DFU files are the files you'll need to install your build of InfiniTime using OT
66
#### CMake command
67
68
```
69
-cmake -DARM_NONE_EABI_TOOLCHAIN_PATH=... -DNRF5_SDK_PATH=...
+cmake -DARM_NONE_EABI_TOOLCHAIN_PATH=... -DNRF5_SDK_PATH=... -S ..
70
71
72
### Build the project
doc/code/Apps.md
@@ -124,7 +124,7 @@ MyApp.h:
124
```cpp
125
#pragma once
126
127
-#include "displayapp/Apps.h"
+#include "displayapp/apps/Apps.h"
128
#include "displayapp/screens/Screen.h"
129
#include "displayapp/Controllers.h"
130
#include "Symbols.h"
0 commit comments