Subversion Repositories Projects

Rev

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: t -*-
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_Common.cpp
10
/// @brief              Common utility routines for the ArduPilot libraries.
11
///
12
/// @note               Exercise restraint adding code here; everything in this
13
///                             library will be linked with any sketch using it.
14
///
15
 
16
#include "AP_Common.h"
17