mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
Plane: log RFND packet for multiple rangefinders
This commit is contained in:
parent
1f287da70b
commit
73f454133b
@ -367,6 +367,8 @@ void Plane::Log_Write_Sonar()
|
|||||||
correction : rangefinder_state.correction
|
correction : rangefinder_state.correction
|
||||||
};
|
};
|
||||||
DataFlash.WriteBlock(&pkt, sizeof(pkt));
|
DataFlash.WriteBlock(&pkt, sizeof(pkt));
|
||||||
|
|
||||||
|
DataFlash.Log_Write_RFND(rangefinder);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user