Browse Source

AP_Arming: support Benewake CAN

c415-sdk
Andrew Tridgell 3 years ago committed by Randy Mackay
parent
commit
2e7b672544
  1. 1
      libraries/AP_Arming/AP_Arming.cpp

1
libraries/AP_Arming/AP_Arming.cpp

@ -925,6 +925,7 @@ bool AP_Arming::can_checks(bool report) @@ -925,6 +925,7 @@ bool AP_Arming::can_checks(bool report)
case AP_CANManager::Driver_Type_USD1:
case AP_CANManager::Driver_Type_MPPT_PacketDigital:
case AP_CANManager::Driver_Type_None:
case AP_CANManager::Driver_Type_Benewake:
break;
}
}

Loading…
Cancel
Save