Subversion Repositories NaviCtrl

Rev

Rev 218 | Rev 226 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 218 Rev 222
Line 1... Line 1...
1
#ifndef _MAIN_H
1
#ifndef _MAIN_H
2
#define _MAIN_H
2
#define _MAIN_H
Line 3... Line 3...
3
 
3
 
4
#define VERSION_MAJOR   0
4
#define VERSION_MAJOR   0
5
#define VERSION_MINOR   19
5
#define VERSION_MINOR   19
Line 6... Line 6...
6
#define VERSION_PATCH   0
6
#define VERSION_PATCH   1
7
 
7
 
Line 8... Line 8...
8
#define VERSION_SERIAL_MAJOR    11
8
#define VERSION_SERIAL_MAJOR    11
9
#define VERSION_SERIAL_MINOR    0
9
#define VERSION_SERIAL_MINOR    0
10
 
10
 
11
#define FC_SPI_COMPATIBLE               12
11
#define FC_SPI_COMPATIBLE               13
12
#define MK3MAG_I2C_COMPATIBLE   3
12
#define MK3MAG_I2C_COMPATIBLE   3
13
 
13
                                                                 
14
// FC FLAGS
14
// FC FLAGS
15
#define FCFLAG_MOTOR_RUN                                0x01
15
#define FCFLAG_MOTOR_RUN                                0x01