RP-01/cva_asw_m0146/.vscode/c_cpp_properties.json

21 lines
639 B
JSON
Raw Normal View History

2024-05-14 16:05:43 +08:00
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**",
"E:\\Program Files\\IAR Systems\\Embedded Workbench 9.2\\arm\\inc\\c\\"
],
"defines": [
"MCU_CVM0144FMLH",
"__INT32_T_TYPE__=signed long",
"__UINT32_T_TYPE__=unsigned long",
"__INT8_T_TYPE__=signed char",
"__UINT8_T_TYPE__=unsigned char",
"__INT16_T_TYPE__=signed int",
"__UINT16_T_TYPE__=unsigned int"
]
}
],
"version": 4
}