mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 17:38:32 -04:00
AP_Arming: Remove MR72
This commit is contained in:
parent
4aaefb7b9e
commit
f552247d4e
@ -1242,9 +1242,8 @@ bool AP_Arming::can_checks(bool report)
|
||||
}
|
||||
case AP_CAN::Protocol::USD1:
|
||||
case AP_CAN::Protocol::TOFSenseP:
|
||||
case AP_CAN::Protocol::NanoRadar_NRA24:
|
||||
case AP_CAN::Protocol::NanoRadar:
|
||||
case AP_CAN::Protocol::Benewake:
|
||||
case AP_CAN::Protocol::MR72:
|
||||
{
|
||||
for (uint8_t j = i; j; j--) {
|
||||
if (AP::can().get_driver_type(i) == AP::can().get_driver_type(j-1)) {
|
||||
|
Loading…
Reference in New Issue
Block a user