mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-09 01:13:57 -04:00
AP_Compass: removed _spi_sem and _spi
This commit is contained in:
parent
d407737434
commit
7dd0b5fae6
@ -80,9 +80,6 @@ private:
|
|||||||
uint8_t _magnetometer_adc_resolution;
|
uint8_t _magnetometer_adc_resolution;
|
||||||
uint32_t _last_update_timestamp;
|
uint32_t _last_update_timestamp;
|
||||||
uint32_t _last_accum_time;
|
uint32_t _last_accum_time;
|
||||||
|
|
||||||
AP_HAL::Semaphore *_spi_sem;
|
|
||||||
AP_HAL::SPIDeviceDriver *_spi;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user