Plane: compiler warnings: function not declared

This commit is contained in:
Tom Pittenger 2015-05-02 23:53:16 -07:00 committed by Andrew Tridgell
parent b35258efed
commit 2301883d5c
1 changed files with 2 additions and 0 deletions

View File

@ -152,6 +152,8 @@ static void update_events(void);
void gcs_send_text_fmt(const prog_char_t *fmt, ...);
static void print_flight_mode(AP_HAL::BetterStream *port, uint8_t mode);
static bool arm_motors(AP_Arming::ArmingMethod method);
static bool create_mixer_file(const char *filename);
static bool setup_failsafe_mixing(void);
////////////////////////////////////////////////////////////////////////////////
// DataFlash