mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Baro: fix compile warning re member init order
This commit is contained in:
parent
16e71ec1ce
commit
4191c44bbd
@ -49,8 +49,8 @@ public:
|
||||
void sem_give();
|
||||
|
||||
private:
|
||||
enum AP_HAL::SPIDeviceDriver::bus_speed _speed;
|
||||
enum AP_HAL::SPIDevice _device;
|
||||
enum AP_HAL::SPIDeviceDriver::bus_speed _speed;
|
||||
AP_HAL::SPIDeviceDriver *_spi;
|
||||
AP_HAL::Semaphore *_spi_sem;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user