fix cmake and vscode project

This commit is contained in:
2024-02-04 22:05:53 +03:00
parent c3ba3e6e23
commit c2465691f3
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
"${env:PICO_SDK_PATH}/**"
],
"defines": [],
"compilerPath": "C:\workRaspberry_Pi\Pico_SDK_v1.5.1\gcc-arm-none-eabi\bin\arm-none-eabi-gcc.EXE",
"compilerPath": "C:/workRaspberry_Pi/Pico_SDK_v1.5.1/gcc-arm-none-eabi/bin/arm-none-eabi-gcc.exe",
"cStandard": "gnu17",
"cppStandard": "gnu++14",
"intelliSenseMode": "linux-gcc-arm",