Skip to content

Commit 7dac920

Browse files
authored
Update pico_project.py
1 parent 44e51ca commit 7dac920

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/pico_project.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -583,9 +583,9 @@ def GenerateCMake(folder, params):
583583
"# (note this can come from environment, CMake cache etc)\n\n"
584584
)
585585

586-
# if you change the do never edit headline you need to change the check for it in extension.mts
586+
# if you change the do not edit headline you need to change the check for it in extension.mts
587587
cmake_header_us = (
588-
"# == DO NEVER EDIT THE NEXT LINES for Raspberry Pi Pico VS Code Extension to work ==\n"
588+
"# == DO NOT EDIT THE FOLLOWING LINES for the Raspberry Pi Pico VS Code Extension to work ==\n"
589589
"if(WIN32)\n"
590590
" set(USERHOME $ENV{USERPROFILE})\n"
591591
"else()\n"

0 commit comments

Comments
 (0)