Skip to content

Commit

Permalink
AP_Periph: add CAN3 to param CAN_MIRROR_PORTS desc
Browse files Browse the repository at this point in the history
  • Loading branch information
magicrub authored and peterbarker committed Sep 19, 2023
1 parent 6897dd0 commit ca7c410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/AP_Periph/Parameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ const AP_Param::Info AP_Periph_FW::var_info[] = {
// @Param: CAN_MIRROR_PORTS
// @DisplayName: CAN ports to mirror traffic between
// @Description: Any set ports will participate in blindly mirroring traffic from one port to the other. It is the users responsibility to ensure that no loops exist that cause traffic to be infinitly repeated, and both ports must be running the same baud rates.
// @Bitmask: 0:CAN1, 1:CAN2
// @Bitmask: 0:CAN1, 1:CAN2, 2:CAN3
// @User: Advanced
GSCALAR(can_mirror_ports, "CAN_MIRROR_PORTS", 0),
#endif // HAL_PERIPH_CAN_MIRROR
Expand Down

0 comments on commit ca7c410

Please sign in to comment.