[Paparazzi-devel] signedness issue in gps_int messages
From:
antoine drouin
Subject:
[Paparazzi-devel] signedness issue in gps_int messages
Date:
Fri, 30 May 2014 16:51:33 -0700
line 1384 of conf/messages.xml, the fields pacc and sacc of the GPS_INT message are defined as signed int32, whereas the variables that are passed to them in the send_gps_int function (sw/airborne/subsystems/gps/gps_ubx.c line 59) are unsigned.