mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2026-01-08 04:05:59 +00:00
scmi: fix the typo of gyro sensor
There is an error spell for gyroscope sensors which provides attribute named "anglvel" instead of "anglevel". Signed-off-by: Junnan Wu <junnan01.wu@samsung.com>
This commit is contained in:
parent
d68f377ab1
commit
74ebb3889e
@ -58,7 +58,7 @@ const UNIT_MAPPING: &[UnitMapping] = &[
|
||||
unit_exponent: 0,
|
||||
},
|
||||
UnitMapping {
|
||||
channel: "in_anglevel",
|
||||
channel: "in_anglvel",
|
||||
unit: scmi::SENSOR_UNIT_RADIANS_PER_SECOND,
|
||||
unit_exponent: 0,
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user