Skip to content

Commit 460e00f

Browse files
authored
Merge branch 'InfiniTimeOrg:main' into feature/custom-font
2 parents bcc34e0 + 6a6981c commit 460e00f

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.gitconfig

Lines changed: 0 additions & 5 deletions
This file was deleted.

doc/buildAndProgram.md

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)