Subversion Repositories Projects

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1702 - 1
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
2
//
3
// This is free software; you can redistribute it and/or modify it under
4
// the terms of the GNU Lesser General Public License as published by the
5
// Free Software Foundation; either version 2.1 of the License, or (at
6
// your option) any later version.
7
//
8
 
9
/// @file   AP_Var_menufuncs.cpp
10
/// @brief  Useful functions compatible with the menu system for
11
///         managing AP_Var variables.
12
 
13
#include <FastSerial.h>
14
#include <AP_Common.h>
15