Skip to content

Commit

Permalink
enable redundant CAN bus on mini v3
Browse files Browse the repository at this point in the history
  • Loading branch information
PonomarevDA committed Aug 10, 2024
1 parent a20f3e4 commit 6a3cf9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/Toolchain-arm-none-eabi.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ set(CMAKE_EXE_LINKER_FLAGS "-mcpu=${TARGET_ARCHITECTURE} -mthumb -lc -lm -lnosys
add_compile_definitions(
USE_HAL_DRIVER
${CPU}
CYPHAL_NUM_OF_CAN_BUSES=1
CYPHAL_NUM_OF_CAN_BUSES=2
NUM_OF_CAN_BUSES=2
)

0 comments on commit 6a3cf9a

Please sign in to comment.