Skip to content
Snippets Groups Projects
Commit 0b43546c authored by Lorenz Meier's avatar Lorenz Meier
Browse files

BMI055: Ensure the accel driver sets the device ID in the report

parent aecfe38f
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment