Skip to content

Commit

Permalink
uORB/sensor: Add GNSS firmware version for sensor_gnss_format
Browse files Browse the repository at this point in the history
Signed-off-by: wangjianyu3 <[email protected]>
  • Loading branch information
JianyuWang0623 authored and xiaoxiang781216 committed Nov 6, 2024
1 parent 748a4d6 commit 40a5e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/uorb/sensor/gnss.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"vdop:%hf,ground_speed:%hf,course:%hf,satellites_used:%" PRIu32 ""

static const char sensor_gnss_format[] =
UORB_DEBUG_FORMAT_SENSOR_GNSS;
UORB_DEBUG_FORMAT_SENSOR_GNSS ",firmware_version:%" PRIu32 "";

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

0 comments on commit 40a5e47

Please sign in to comment.