LCD_QSPIBoot/.vscode/c_cpp_properties.json

20 lines
487 B
JSON
Raw Normal View History

2025-05-20 14:02:07 +08:00
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**",
"D:\\Program Files\\IAR Systems\\Embedded Workbench 9.2\\arm\\inc\\c\\"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE",
"USE_HAL_DRIVER",
"STM32L431xx",
"__ICCARM__"
]
}
],
"version": 4
}