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
48539f7b49
commit
9baf649923
|
@ -73,6 +73,10 @@ FastSerialPort3(Serial3); // Telemetry port
|
|||
//
|
||||
Parameters g;
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// prototypes
|
||||
void update_events(void);
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Sensors
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Reference in New Issue