Files
ptprnt/.vscode/c_cpp_properties.json
Moritz Martinius 97edea85af
All checks were successful
Build ptprnt / build (push) Successful in 2m59s
Create more unit tests for USB Devices and Printer Driver (#21)
Reviewed-on: #21
2025-10-21 18:55:32 +00:00

16 lines
261 B
JSON

{
"configurations": [
{
"name": "Linux",
"compilerPath": "/usr/bin/clang",
"cStandard": "c11",
"cppStandard": "c++20",
"browse": {
"path": [
"${workspaceFolder}"
]
}
}
],
"version": 4
}