mirror of https://github.com/ArduPilot/ardupilot
AP_Arming: remove ToshibaCAN support
This commit is contained in:
parent
02faacf448
commit
d503246be2
|
@ -1060,13 +1060,6 @@ bool AP_Arming::can_checks(bool report)
|
||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case AP_CANManager::Driver_Type_ToshibaCAN:
|
|
||||||
{
|
|
||||||
// toshibacan doesn't currently have any prearm
|
|
||||||
// checks. Theres scope for adding a "not
|
|
||||||
// initialised" prearm check.
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
case AP_CANManager::Driver_Type_CANTester:
|
case AP_CANManager::Driver_Type_CANTester:
|
||||||
{
|
{
|
||||||
check_failed(ARMING_CHECK_SYSTEM, report, "TestCAN: No Arming with TestCAN enabled");
|
check_failed(ARMING_CHECK_SYSTEM, report, "TestCAN: No Arming with TestCAN enabled");
|
||||||
|
|
Loading…
Reference in New Issue