Skip to content

Commit

Permalink
libs/libc/gpsutils: add GPSUTILS_MINMEA_VERSION_4_10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
pengxianghao21 authored and xiaoxiang781216 committed Dec 24, 2024
1 parent 56b3ffc commit bbcf0dc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions libs/libc/gnssutils/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,15 @@ 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.

if GNSSUTILS_MINMEA_LIB

config GNSSUTILS_MINMEA_VERSION_4_10
bool "MINMEAD NMEA version 4.10"
default n
---help---
Enable support for nmea version 4.10.
NOTE: This library depends on gps gnssutils/minmea.
Open when get nmea data with version 4.10

endif

0 comments on commit bbcf0dc

Please sign in to comment.