canbus adding filters
This commit is contained in:
24
.vscode/c_cpp_properties.json
vendored
Normal file
24
.vscode/c_cpp_properties.json
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "STM32",
|
||||
"includePath": [
|
||||
"Core",
|
||||
"Core/Application",
|
||||
"Core/Drivers",
|
||||
"Core/Inc",
|
||||
"Core/Toolbox",
|
||||
"Drivers/CMSIS/Device/ST/STM32L4xx/Include",
|
||||
"Drivers/CMSIS/Include",
|
||||
"Drivers/STM32L4xx_HAL_Driver/Inc",
|
||||
"Drivers/STM32L4xx_HAL_Driver/Inc/Legacy",
|
||||
"Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2",
|
||||
"Middlewares/Third_Party/FreeRTOS/Source/include",
|
||||
"Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F"
|
||||
],
|
||||
"defines": [],
|
||||
"compilerPath": "/Users/noahpique/Library/Application Support/Code/User/globalStorage/bmd.stm32-for-vscode/@xpack-dev-tools/arm-none-eabi-gcc/10.3.1-2.3.1/.content/bin/arm-none-eabi-gcc"
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
}
|
||||
Reference in New Issue
Block a user