lupyuen commented on code in PR #13544:
URL: https://github.com/apache/nuttx/pull/13544#discussion_r1766661554


##########
libs/libc/gnssutils/Kconfig:
##########
@@ -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 sentnce LOR LSQ"
+       default n
+       ---help---
+               Enable vendor extended sentnce "LOR LSQ" for the MINMEA NMEA 
library.

Review Comment:
   ```suggestion
                Enable vendor extended sentence "LOR LSQ" for the MINMEA NMEA 
library.
   ```
   
   Same here. Thanks!



##########
libs/libc/gnssutils/Kconfig:
##########
@@ -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 sentnce LOR LSQ"

Review Comment:
   ```suggestion
        bool "Enable extended sentence LOR LSQ"
   ```
   
   I think there's a typo?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to