mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Compass_AK8963: remove unused _bus_sem, _last_accum_time
Resolves a compiler warning
This commit is contained in:
parent
04b2e65627
commit
4aba25d2ef
@ -51,7 +51,6 @@ private:
|
||||
void _update();
|
||||
|
||||
AP_AK8963_BusDriver *_bus;
|
||||
AP_HAL::Semaphore *_bus_sem;
|
||||
|
||||
float _magnetometer_ASA[3] {0, 0, 0};
|
||||
float _mag_x_accum;
|
||||
@ -59,7 +58,6 @@ private:
|
||||
float _mag_z_accum;
|
||||
uint32_t _accum_count;
|
||||
uint32_t _last_update_timestamp;
|
||||
uint32_t _last_accum_time;
|
||||
uint32_t _dev_id;
|
||||
|
||||
uint8_t _compass_instance;
|
||||
|
Loading…
Reference in New Issue
Block a user