Merge branch 'oled/wip-main'
This commit is contained in:
7
.vscode/c_cpp_properties.json
vendored
7
.vscode/c_cpp_properties.json
vendored
@@ -5,15 +5,16 @@
|
||||
"includePath": [
|
||||
"${workspaceFolder}/utility/unity/core",
|
||||
"${workspaceFolder}/utility/unity/fixture",
|
||||
// "${workspaceFolder}/test/oled/helpers/inc",
|
||||
// "${workspaceFolder}/test/oled/",
|
||||
"${workspaceFolder}/test/oled/helpers/inc",
|
||||
"${workspaceFolder}/test/oled/",
|
||||
"${workspaceFolder}/cmd_parser/",
|
||||
"${workspaceFolder}/**"
|
||||
],
|
||||
"defines": [
|
||||
"_DEBUG",
|
||||
"UNICODE",
|
||||
"_UNICODE"
|
||||
"_UNICODE",
|
||||
"TEST"
|
||||
],
|
||||
"compilerPath": "C:\\Apps\\mingw64\\bin\\gcc.exe",
|
||||
"cStandard": "gnu17",
|
||||
|
||||
Reference in New Issue
Block a user