5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-03-08 14:43:57 -04:00

AP_Arming: Add check for CAN MR72

This commit is contained in:
rishabsingh3003 2023-12-19 23:15:12 +05:30 committed by Andrew Tridgell
parent 4709cf9440
commit 639f336d32

View File

@ -1244,6 +1244,7 @@ bool AP_Arming::can_checks(bool report)
case AP_CAN::Protocol::TOFSenseP:
case AP_CAN::Protocol::NanoRadar_NRA24:
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)) {