mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
uORB/sensor: Add GNSS firmware version for sensor_gnss_format
Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
This commit is contained in:
parent
748a4d6b8f
commit
40a5e47d5c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ","
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue