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}
|
||||
}; // 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 ////////////////////////////////////////////////////////////////
|
||||
|
||||
|
@ -46,5 +46,3 @@ private:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user