Skip to content

Commit 1f5c485

Browse files
committed
docs(vscode): store files for ESP-IDF in main, not main.c
1 parent e62ce00 commit 1f5c485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/vscode/migrating.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Depending on the complexity of your project, adding the source should be quite s
9494

9595
The `build` directory is where the built artifacts will be created, which you will need to refer to in a later step.
9696

97-
All of the source files should go in `main.c`. If you have multiple source files, you should also update the `CMakelists.txt` file in the same directory to include any other files which need to be built.
97+
All of the source files should go in `main`. If you have multiple source files, you should also update the `CMakelists.txt` file in the same directory to include any other files which need to be built.
9898

9999
</TabItem>
100100
<TabItem value="Zephyr" label="Zephyr">

0 commit comments

Comments
 (0)