ICAROUS
All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Modules Pages
arducopter_version.h
1/************************************************************************
2** File:
3** $Id: arducopter_version.h $
4**
5** Purpose:
6** The Interface Application header file containing version number
7**
8** Notes:
9**
10**
11*************************************************************************/
12#ifndef _arducopter_version_h_
13#define _arducopter_version_h_
14
15#define ARDUCOPTER_MAJOR_VERSION 1
16#define ARDUCOPTER_MINOR_VERSION 0
17
18#define ARDUCOPTER_VELCMD false
19
20#endif
21
22/************************/
23/* End of File Comment */
24/************************/