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:
tridge60@gmail.com 2011-03-18 01:50:46 +00:00
parent 48539f7b49
commit 9baf649923
1 changed files with 4 additions and 0 deletions

View File

@ -73,6 +73,10 @@ FastSerialPort3(Serial3); // Telemetry port
//
Parameters g;
////////////////////////////////////////////////////////////////////////////////
// prototypes
void update_events(void);
////////////////////////////////////////////////////////////////////////////////
// Sensors
////////////////////////////////////////////////////////////////////////////////