Commit 131012b9 authored by berge's avatar berge
Browse files

Replaced speed value by question mark in LPV reception template

parent 212adccc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1634,7 +1634,7 @@ module LibItsGeoNetworking_Templates {
            ) modifies mw_longPosVectorPosition := {
                    latitude := f_getDelta32(valueof(p_longPosVector.latitude), PX_POS_DELTA),
                    longitude := f_getDelta32(valueof(p_longPosVector.longitude), PX_POS_DELTA),
                    speed := f_getDelta15(valueof(p_longPosVector.speed), PX_POS_DELTA)
                    speed := ? 
            }
            
            /**