nuttx-apps/examples/gps
wangjianyu3 ad2514fc6f examples/gps: Fix switch error
Log:
  gps_main.c:83:7: error: enumeration value 'MINMEA_SENTENCE_LOR_LSQ' not handled in switch [-Werror=switch]
     83 |       switch (minmea_sentence_id(line, false))
        |       ^~~~~~

Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
2024-09-19 03:42:31 +08:00
..
CMakeLists.txt apps/gpsutils: move gpsutils to nuttx/libs/libc/gpsutils 2023-08-22 23:05:53 +08:00
gps_main.c examples/gps: Fix switch error 2024-09-19 03:42:31 +08:00
Kconfig
Make.defs Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
Makefile apps/gpsutils: move gpsutils to nuttx/libs/libc/gpsutils 2023-08-22 23:05:53 +08:00