ardupilot/libraries/AP_MSP
Peter Barker fc1c30bc36 AP_MSP: correct compilation when GPS disabled
../../libraries/AP_MSP/AP_MSP_Telem_Backend.cpp: In member function 'virtual void AP_MSP_Telem_Backend::update_gps_state(AP_MSP_Telem_Backend::gps_state_t&)':
../../libraries/AP_MSP/AP_MSP_Telem_Backend.cpp:206:5: error: 'AP_GPS' was not declared in this scope; did you mean 'RAW_GPS'?
  206 |     AP_GPS& gps = AP::gps();
      |     ^~~~~~
      |     RAW_GPS
compilation terminated due to -Wfatal-errors.
2024-02-25 12:47:40 +11:00
..
Tools AP_MSP: fix line ending 2022-06-08 08:16:42 +09:00
AP_MSP.cpp AP_MSP: update option metadata for clarity 2023-11-21 10:05:56 +11:00
AP_MSP.h AP_MSP: add and use AP_MSP_config.h 2023-05-09 10:56:13 +10:00
AP_MSP_Telem_Backend.cpp AP_MSP: correct compilation when GPS disabled 2024-02-25 12:47:40 +11:00
AP_MSP_Telem_Backend.h AP_MSP: add and use AP_MSP_config.h 2023-05-09 10:56:13 +10:00
AP_MSP_Telem_DJI.cpp AP_MSP: add and use AP_RSSI_ENABLED 2023-12-12 11:37:57 +11:00
AP_MSP_Telem_DJI.h AP_MSP: added multi screen and stats support to DJI FPV OSD 2021-09-16 09:54:25 +10:00
AP_MSP_Telem_DisplayPort.cpp AP_MSP: Increase DisplayPort UART TX buffer to prevent OSD corruption 2023-02-15 12:31:37 +11:00
AP_MSP_Telem_DisplayPort.h AP_MSP: Increase DisplayPort UART TX buffer to prevent OSD corruption 2023-02-15 12:31:37 +11:00
AP_MSP_Telem_Generic.cpp AP_MSP: removed unnecessary pure virtual methods 2021-09-15 17:28:56 +10:00
AP_MSP_Telem_Generic.h AP_MSP: removed unnecessary pure virtual methods 2021-09-15 17:28:56 +10:00
AP_MSP_config.h AP_MSP: remove references to HAL_BUILD_AP_PERIPH 2023-08-09 17:39:49 +10:00
msp.cpp AP_MSP: support AP_Periph MSP send 2020-09-09 06:35:50 +10:00
msp.h AP_MSP: add and use AP_MSP_config.h 2023-05-09 10:56:13 +10:00
msp_osd.h
msp_protocol.h AP_Periph: support output of MSP airspeed sensor 2020-12-08 20:41:12 +11:00
msp_sbuf.cpp AP_MSP: removed unstructured writes to msp dst buffer 2021-09-15 17:28:56 +10:00
msp_sbuf.h AP_MSP: removed unstructured writes to msp dst buffer 2021-09-15 17:28:56 +10:00
msp_sensors.h AP_MSP: add and use AP_MSP_config.h 2023-05-09 10:56:13 +10:00
msp_version.h