mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
uncrustify libraries/AP_InertialSensor/AP_InertialSensor_Stub.h
This commit is contained in:
parent
c3de56ba94
commit
c47127fb80
@ -11,9 +11,10 @@
|
||||
|
||||
class AP_InertialSensor_Stub : public AP_InertialSensor
|
||||
{
|
||||
public:
|
||||
public:
|
||||
|
||||
AP_InertialSensor_Stub() {}
|
||||
AP_InertialSensor_Stub() {
|
||||
}
|
||||
|
||||
uint16_t init( AP_PeriodicProcess * scheduler );
|
||||
|
||||
@ -33,6 +34,6 @@ class AP_InertialSensor_Stub : public AP_InertialSensor
|
||||
uint32_t sample_time();
|
||||
void reset_sample_time();
|
||||
float get_gyro_drift_rate();
|
||||
};
|
||||
};
|
||||
|
||||
#endif // __AP_INERTIAL_SENSOR_STUB_H__
|
||||
|
Loading…
Reference in New Issue
Block a user