PDU_Code/.vscode/c_cpp_properties.json

20 lines
585 B
JSON
Raw Normal View History

2024-05-12 14:08:58 +02:00
{
"configurations": [
{
"name": "STM32",
"includePath": [
"Core/Inc",
"Drivers/CMSIS/Device/ST/STM32F3xx/Include",
"Drivers/CMSIS/Include",
"Drivers/STM32F3xx_HAL_Driver/Inc",
"Drivers/STM32F3xx_HAL_Driver/Inc/Legacy"
],
"defines": [
"STM32F302xC",
"USE_HAL_DRIVER"
],
"compilerPath": "C:\\USERS\\NIVED\\APPDATA\\ROAMING\\CODE\\USER\\GLOBALSTORAGE\\BMD.STM32-FOR-VSCODE\\@XPACK-DEV-TOOLS\\ARM-NONE-EABI-GCC\\12.3.1-1.2.1\\.CONTENT\\BIN\\ARM-NONE-EABI-GCC.EXE"
}
],
"version": 4
}