forked from Archive/PX4-Autopilot
BMI055: Ensure the accel driver sets the device ID in the report
This commit is contained in:
parent
aecfe38f65
commit
0b43546c6a
|
@ -800,6 +800,7 @@ BMI055_accel::measure()
|
|||
|
||||
arb.temperature_raw = report.temp;
|
||||
arb.temperature = _last_temperature;
|
||||
arb.device_id = _device_id.devid;
|
||||
|
||||
_accel_reports->force(&arb);
|
||||
|
||||
|
|
Loading…
Reference in New Issue