mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-08 17:03:57 -04:00
uncrustify libraries/AP_Compass/AP_Compass_HMC5843.h
This commit is contained in:
parent
c693a6002b
commit
0133fcb64b
@ -57,7 +57,8 @@ class AP_Compass_HMC5843 : public Compass
|
|||||||
uint32_t _retry_time; // when unhealthy the millis() value to retry at
|
uint32_t _retry_time; // when unhealthy the millis() value to retry at
|
||||||
|
|
||||||
public:
|
public:
|
||||||
AP_Compass_HMC5843() : Compass() {}
|
AP_Compass_HMC5843() : Compass() {
|
||||||
|
}
|
||||||
virtual bool init(void);
|
virtual bool init(void);
|
||||||
virtual bool read(void);
|
virtual bool read(void);
|
||||||
virtual void set_orientation(enum Rotation rotation);
|
virtual void set_orientation(enum Rotation rotation);
|
||||||
|
Loading…
Reference in New Issue
Block a user