Skip to content

Commit f215ca4

Browse files
committed
Sync with upstream
Merge branch 'main' into fork-main
2 parents c970ca3 + 6a6981c commit f215ca4

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.gitconfig

-5
This file was deleted.

doc/buildAndProgram.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ DFU files are the files you'll need to install your build of InfiniTime using OT
6666
#### CMake command
6767
6868
```
69-
cmake -DARM_NONE_EABI_TOOLCHAIN_PATH=... -DNRF5_SDK_PATH=...
69+
cmake -DARM_NONE_EABI_TOOLCHAIN_PATH=... -DNRF5_SDK_PATH=... -S ..
7070
```
7171
7272
### Build the project

doc/code/Apps.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ MyApp.h:
124124
```cpp
125125
#pragma once
126126

127-
#include "displayapp/Apps.h"
127+
#include "displayapp/apps/Apps.h"
128128
#include "displayapp/screens/Screen.h"
129129
#include "displayapp/Controllers.h"
130130
#include "Symbols.h"

0 commit comments

Comments
 (0)