small changes

This commit is contained in:
2022-01-21 17:29:41 -06:00
parent 6f49a8ad15
commit 31262cdfb1
4 changed files with 30 additions and 3 deletions

24
.vscode/c_cpp_properties.json vendored Normal file
View File

@@ -0,0 +1,24 @@
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"cStandard": "c11",
"cppStandard": "c++17",
"browse": {
"path": [
"${workspaceFolder}"
]
},
"intelliSenseMode": "linux-gcc-arm"
}
],
"version": 4
}