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