Skip to content

Commit 40a5e47

Browse files
JianyuWang0623xiaoxiang781216
authored andcommitted
uORB/sensor: Add GNSS firmware version for sensor_gnss_format
Signed-off-by: wangjianyu3 <[email protected]>
1 parent 748a4d6 commit 40a5e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/uorb/sensor/gnss.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"vdop:%hf,ground_speed:%hf,course:%hf,satellites_used:%" PRIu32 ""
3636

3737
static const char sensor_gnss_format[] =
38-
UORB_DEBUG_FORMAT_SENSOR_GNSS;
38+
UORB_DEBUG_FORMAT_SENSOR_GNSS ",firmware_version:%" PRIu32 "";
3939

4040
static const char sensor_gnss_clock_format[] =
4141
"flags:%" PRIx32 ",leap_second:%" PRId32 ",time_ns:%" PRId64 ","

0 commit comments

Comments
 (0)