Subversion Repositories NaviCtrl

Rev

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

Rev 228 Rev 229
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   3
6
#define VERSION_PATCH   4
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
Line 10... Line 10...
10
 
10
 
11
#define FC_SPI_COMPATIBLE               13
11
#define FC_SPI_COMPATIBLE               13
12
#define MK3MAG_I2C_COMPATIBLE   4
12
#define MK3MAG_I2C_COMPATIBLE   3
13
                                                                 
13