mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-03 12:14:10 -04:00
Fix this so that it compiles again.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@898 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
43262a573f
commit
d759ee97c5
@ -54,7 +54,8 @@ const float AP_IMU::_gyro_temp_curve[3][3] = {
|
|||||||
{1665,0,0}
|
{1665,0,0}
|
||||||
}; // To Do - make additional constructors to pass this in.
|
}; // To Do - make additional constructors to pass this in.
|
||||||
|
|
||||||
|
// Someone is responsible for providing an APM_ADC instance.
|
||||||
|
extern APM_ADC_Class APM_ADC;
|
||||||
|
|
||||||
// Constructors ////////////////////////////////////////////////////////////////
|
// Constructors ////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
@ -46,5 +46,3 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user