diff options
author | Elwin Hammer <elwinhamer@gmail.com> | 2024-05-21 20:28:54 +0200 |
---|---|---|
committer | Elwin Hammer <elwinhamer@gmail.com> | 2024-05-21 20:28:54 +0200 |
commit | b6fd2f7a865b70281e429851190aa46da17c681f (patch) | |
tree | 89c5bd5a25fe0c513873c7741f9c305e7cf46519 /main/puzzle/neo/esp-neopuzzle/.vscode/c_cpp_properties.json | |
parent | 885e34ef906d7d11e83b8fafa0b6f3b3653f44fd (diff) |
Pull request changes applied and fixed the code so that it can compile without any errors
Diffstat (limited to 'main/puzzle/neo/esp-neopuzzle/.vscode/c_cpp_properties.json')
-rw-r--r-- | main/puzzle/neo/esp-neopuzzle/.vscode/c_cpp_properties.json | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/main/puzzle/neo/esp-neopuzzle/.vscode/c_cpp_properties.json b/main/puzzle/neo/esp-neopuzzle/.vscode/c_cpp_properties.json deleted file mode 100644 index ee1cac1..0000000 --- a/main/puzzle/neo/esp-neopuzzle/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "configurations": [ - { - "name": "ESP-IDF", - "compilerPath": "${config:idf.toolsPathWin}\\tools\\xtensa-esp-elf\\esp-13.2.0_20230928\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-gcc.exe", - "compileCommands": "${workspaceFolder}/build/compile_commands.json", - "includePath": [ - "${config:idf.espIdfPath}/components/**", - "${config:idf.espIdfPathWin}/components/**", - "${config:idf.espAdfPath}/components/**", - "${config:idf.espAdfPathWin}/components/**", - "${workspaceFolder}/**" - ], - "browse": { - "path": [ - "${config:idf.espIdfPath}/components", - "${config:idf.espIdfPathWin}/components", - "${config:idf.espAdfPath}/components/**", - "${config:idf.espAdfPathWin}/components/**", - "${workspaceFolder}" - ], - "limitSymbolsToIncludedHeaders": false - } - } - ], - "version": 4 -} |