mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
ArduPlane: Remove i2c lockup count
This was returned only for a single bus and on all supported platforms this is hardcoded to 0.
This commit is contained in:
parent
c0b49f6aeb
commit
c27ebd10c2
@ -468,7 +468,7 @@ void Plane::send_hwstatus(mavlink_channel_t chan)
|
||||
mavlink_msg_hwstatus_send(
|
||||
chan,
|
||||
hal.analogin->board_voltage()*1000,
|
||||
hal.i2c->lockup_count());
|
||||
0);
|
||||
}
|
||||
|
||||
void Plane::send_wind(mavlink_channel_t chan)
|
||||
|
Loading…
Reference in New Issue
Block a user