mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 14:08:45 -04:00
uncrustify libraries/AP_Compass/AP_Compass_HMC5843.h
This commit is contained in:
parent
f534730fab
commit
6bc9c5707f
@ -46,7 +46,7 @@
|
||||
|
||||
class AP_Compass_HMC5843 : public Compass
|
||||
{
|
||||
private:
|
||||
private:
|
||||
float calibration[3];
|
||||
bool _initialised;
|
||||
virtual bool read_raw(void);
|
||||
@ -56,8 +56,9 @@ class AP_Compass_HMC5843 : public Compass
|
||||
bool write_register(uint8_t address, byte value);
|
||||
uint32_t _retry_time; // when unhealthy the millis() value to retry at
|
||||
|
||||
public:
|
||||
AP_Compass_HMC5843() : Compass() {}
|
||||
public:
|
||||
AP_Compass_HMC5843() : Compass() {
|
||||
}
|
||||
virtual bool init(void);
|
||||
virtual bool read(void);
|
||||
virtual void set_orientation(enum Rotation rotation);
|
||||
|
Loading…
Reference in New Issue
Block a user