mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
AP_HAL_SITL: remove unused ext_fifo_fd member variable
This commit is contained in:
parent
87df943f99
commit
f5d5387358
@ -38,7 +38,7 @@ extern const AP_HAL::HAL& hal;
|
|||||||
// state of GPS emulation
|
// state of GPS emulation
|
||||||
static struct gps_state {
|
static struct gps_state {
|
||||||
/* pipe emulating UBLOX GPS serial stream */
|
/* pipe emulating UBLOX GPS serial stream */
|
||||||
int gps_fd, client_fd, ext_fifo_fd;
|
int gps_fd, client_fd;
|
||||||
uint32_t last_update; // milliseconds
|
uint32_t last_update; // milliseconds
|
||||||
|
|
||||||
uint8_t next_index;
|
uint8_t next_index;
|
||||||
|
Loading…
Reference in New Issue
Block a user