|
|
|
@ -21,11 +21,6 @@
@@ -21,11 +21,6 @@
|
|
|
|
|
|
|
|
|
|
#if HAL_EXTERNAL_AHRS_ENABLED |
|
|
|
|
|
|
|
|
|
AP_GPS_ExternalAHRS::AP_GPS_ExternalAHRS(AP_GPS &_gps, AP_GPS::GPS_State &_state, AP_HAL::UARTDriver *_port) : |
|
|
|
|
AP_GPS_Backend(_gps, _state, _port) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// Reading does nothing in this class; we simply return whether or not
|
|
|
|
|
// the latest reading has been consumed. By calling this function we assume
|
|
|
|
|
// the caller is consuming the new data;
|
|
|
|
|