Commit d644f6ce authored by kovacsa's avatar kovacsa
Browse files

yawRate naming disambiguation

parent 0b51cf89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -304,7 +304,7 @@ WiperSystemFront ::= ENUMERATED {
-- STF405: changed
YawRate ::= SEQUENCE {
  isLeft BOOLEAN,                 	-- true if yaw is to the left
  yawRate  INTEGER (0..32765)  		-- multiples of 0.01deg/s
  yawRateValue  INTEGER (0..32765)  		-- multiples of 0.01deg/s
}

END