File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments