We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sensor_gnss_format
1 parent 748a4d6 commit 40a5e47Copy full SHA for 40a5e47
system/uorb/sensor/gnss.c
@@ -35,7 +35,7 @@
35
"vdop:%hf,ground_speed:%hf,course:%hf,satellites_used:%" PRIu32 ""
36
37
static const char sensor_gnss_format[] =
38
- UORB_DEBUG_FORMAT_SENSOR_GNSS;
+ UORB_DEBUG_FORMAT_SENSOR_GNSS ",firmware_version:%" PRIu32 "";
39
40
static const char sensor_gnss_clock_format[] =
41
"flags:%" PRIx32 ",leap_second:%" PRId32 ",time_ns:%" PRId64 ","
0 commit comments