Skip to content

Commit

Permalink
Update pico_project.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NickGuyver authored Oct 10, 2024
1 parent 44e51ca commit 7dac920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/pico_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,9 +583,9 @@ def GenerateCMake(folder, params):
"# (note this can come from environment, CMake cache etc)\n\n"
)

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

0 comments on commit 7dac920

Please sign in to comment.