Skip to content

Commit c4689ca

Browse files
committed
docs: Update sample code.
1 parent f660d07 commit c4689ca

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

docs/platform/zephyr.mdx

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -85,21 +85,21 @@ features and optimizations.
8585

8686
```yaml
8787
manifest:
88-
remotes:
89-
- name: zephyr
90-
url-base: https://github.com/zephyrproject-rtos
91-
- name: fobe
92-
url-base: https://github.com/fobe-projects
93-
projects:
94-
- name: zephyr
95-
remote: zephyr
96-
revision: v4.2.0
97-
path: zephyr
98-
import: true
99-
- name: fobe-zephyr-sdk
100-
remote: fobe
101-
path: fobe
102-
revision: main
88+
remotes:
89+
- name: zephyr
90+
url-base: https://github.com/zephyrproject-rtos
91+
- name: fobe
92+
url-base: https://github.com/fobe-projects
93+
projects:
94+
- name: zephyr
95+
remote: zephyr
96+
revision: v4.2.0
97+
path: zephyr
98+
import: true
99+
- name: fobe-zephyr-sdk
100+
remote: fobe
101+
path: fobe
102+
revision: main
103103
```
104104
105105
Add `src/main.c` file with the following content

0 commit comments

Comments
 (0)