mirror of https://github.com/ArduPilot/ardupilot
added update_events() prototype
this fixes a build error on Linux. See the equivalent commit in APM git-svn-id: https://arducopter.googlecode.com/svn/trunk@1786 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
51df8d1d9d
commit
2427931550
|
@ -73,6 +73,10 @@ FastSerialPort3(Serial3); // Telemetry port
|
||||||
//
|
//
|
||||||
Parameters g;
|
Parameters g;
|
||||||
|
|
||||||
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
// prototypes
|
||||||
|
void update_events(void);
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// Sensors
|
// Sensors
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Reference in New Issue