mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 09:22:18 +00:00
BMI160 driver: Minor code style fix
This commit is contained in:
@@ -1290,7 +1290,7 @@ BMI160::measure()
|
||||
grb.temperature = _last_temperature;
|
||||
|
||||
/* return device ID */
|
||||
grb.device_id = _gyro->_device_id.devid;;
|
||||
grb.device_id = _gyro->_device_id.devid;
|
||||
|
||||
_accel_reports->force(&arb);
|
||||
_gyro_reports->force(&grb);
|
||||
|
||||
Reference in New Issue
Block a user