21 lines
749 B
JSON
21 lines
749 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Win32",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"..\\..\\接近开关测试装置\\switch_test\\User;",
|
|
"..\\..\\接近开关测试装置\\switch_test\\Libraries\\STM32F4xx_StdPeriph_Driver\\inc;",
|
|
"..\\..\\接近开关测试装置\\switch_test\\Libraries\\CMSIS\\Include;",
|
|
"..\\..\\接近开关测试装置\\switch_test\\Libraries\\CMSIS\\Device\\ST\\STM32F4xx\\Include"
|
|
],
|
|
"defines": [
|
|
"_DEBUG",
|
|
"UNICODE",
|
|
"_UNICODE"
|
|
],
|
|
"configurationProvider": "cmsis-csolution"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |