Implement open() and close() for Usb class, added a lot of TODO's
This commit is contained in:
11
.vscode/settings.json
vendored
11
.vscode/settings.json
vendored
@@ -1,9 +1,7 @@
|
||||
{
|
||||
"clangd.arguments": [ "-log=verbose",
|
||||
"-pretty",
|
||||
"--background-index",
|
||||
"--compile-commands-dir=${workspaceFolder}/builddir"
|
||||
],
|
||||
"C_Cpp.codeAnalysis.clangTidy.args":[
|
||||
"-extra-arg=-std=c++17"
|
||||
],
|
||||
"files.associations": {
|
||||
"cctype": "cpp",
|
||||
"clocale": "cpp",
|
||||
@@ -82,6 +80,7 @@
|
||||
"any": "cpp",
|
||||
"regex": "cpp",
|
||||
"future": "cpp",
|
||||
"charconv": "cpp"
|
||||
"charconv": "cpp",
|
||||
"*.ipp": "cpp"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user