2022-04-19T19:58:40
This commit is contained in:
2
01_blink/.vscode/c_cpp_properties.json
vendored
2
01_blink/.vscode/c_cpp_properties.json
vendored
@@ -4,7 +4,7 @@
|
||||
"name": "Linux GCC ARM",
|
||||
"includePath": [
|
||||
"${workspaceFolder}/**",
|
||||
"${workspaceFolder}/../../../pico-sdk/src/**"
|
||||
"${env:PICO_SDK_PATH}/src/**"
|
||||
],
|
||||
"defines": [],
|
||||
"compilerPath": "/usr/bin/gcc",
|
||||
|
||||
@@ -22,4 +22,4 @@ int main()
|
||||
gpio_put(LED_PIN, false);
|
||||
sleep_ms(250);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user