From ca7c410b8bd54cce2c0a9a616460ef5519949e26 Mon Sep 17 00:00:00 2001 From: Tom Pittenger Date: Mon, 18 Sep 2023 17:20:30 -0700 Subject: [PATCH] AP_Periph: add CAN3 to param CAN_MIRROR_PORTS desc --- Tools/AP_Periph/Parameters.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/AP_Periph/Parameters.cpp b/Tools/AP_Periph/Parameters.cpp index 97e5c6ce1802b..85c57798313ea 100644 --- a/Tools/AP_Periph/Parameters.cpp +++ b/Tools/AP_Periph/Parameters.cpp @@ -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