Plus d'erreur avec VScode pour les include lwip et cyw43_arch
This commit is contained in:
parent
eab6bc52de
commit
41bc488174
4
.vscode/c_cpp_properties.json
vendored
4
.vscode/c_cpp_properties.json
vendored
@ -4,7 +4,9 @@
|
||||
"${workspaceFolder}",
|
||||
"${workspaceFolder}/build",
|
||||
"${workspaceFolder}/build/generated/pico_base",
|
||||
"${env:PICO_SDK_PATH}/src/**/include"
|
||||
"${env:PICO_SDK_PATH}/src/**/include",
|
||||
"${env:PICO_SDK_PATH}/lib/cyw43-driver/src",
|
||||
"${env:PICO_SDK_PATH}/lib/**/include"
|
||||
|
||||
],
|
||||
"myCompilerPath": "/usr/bin/arm-none-eabi-gcc"
|
||||
|
||||
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@ -1,5 +1,8 @@
|
||||
{
|
||||
"files.associations": {
|
||||
"stdio.h": "c"
|
||||
"stdio.h": "c",
|
||||
"cyw43_arch.h": "c",
|
||||
"async_context.h": "c",
|
||||
"cyw43.h": "c"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user