mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
system/uORB: Add flags for gnss satellite format
Some applications require satellite information for positioning using the flag USED_IN_FIX. More details: https://github.com/apache/nuttx/pull/16805 Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
This commit is contained in:
parent
c19c2a71f3
commit
7cc7cb8ffa
1 changed files with 2 additions and 1 deletions
|
|
@ -51,7 +51,8 @@
|
|||
",svid" #idx ":%" PRIu32 \
|
||||
",elevation" #idx ":%" PRIu32 \
|
||||
",azimuth" #idx ":%" PRIu32 \
|
||||
",snr" #idx ":%" PRIu32 ""
|
||||
",snr" #idx ":%" PRIu32 \
|
||||
",flags" #idx ":%" PRIx32 ""
|
||||
|
||||
static const char sensor_gnss_format[] =
|
||||
UORB_DEBUG_FORMAT_SENSOR_GNSS ",firmware_version:%" PRIu32 "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue