SmartCar-V1/Code/.vscode/c_cpp_properties.json

30 lines
775 B
JSON
Raw Normal View History

{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**",
"C:\\Keil_MDK\\C51\\INC\\**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE",
"sbit=char",
"code=const",
"xdata=",
"data=",
"idata=",
"sfr=char",
"interrupt=",
"bit=u8"
]
// ,
// "compilerPath": "D:\\mingw64\\bin\\gcc.exe",
// "cStandard": "c17",
// "cppStandard": "gnu++14",
// "intelliSenseMode": "windows-gcc-x64"
}
],
"version": 4
}