Skip to content

Commit

Permalink
gnssutils/minmea: Add config for extended sentence LOR LSQ
Browse files Browse the repository at this point in the history
Enable vendor extended sentence "LOR LSQ" for the MINMEA NMEA library.

Signed-off-by: wangjianyu3 <[email protected]>
  • Loading branch information
JianyuWang0623 committed Sep 19, 2024
1 parent f6c1d88 commit f392d55
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libs/libc/gnssutils/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ config GNSSUTILS_MINMEA_LIB
NOTE: This library depends on having some version of math.h
at include/nuttx. There are some different ways to accomplish
this. See the discussion in the top-level nuttx/README.txt file.

config GNSSUTILS_MINMEA_LIB_EXTEND_LOR_LSQ
bool "Enable extended sentence LOR LSQ"
default n
---help---
Enable vendor extended sentence "LOR LSQ" for the MINMEA NMEA library.

0 comments on commit f392d55

Please sign in to comment.