Subversion Repositories NaviCtrl

Rev

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

Rev 547 Rev 548
Line 12... Line 12...
12
//#define DEBUG 0
12
//#define DEBUG 0
13
//-----------------------
13
//-----------------------
Line 14... Line 14...
14
 
14
 
15
#define VERSION_MAJOR   2
15
#define VERSION_MAJOR   2
16
#define VERSION_MINOR   6
16
#define VERSION_MINOR   6
17
#define VERSION_PATCH   6
17
#define VERSION_PATCH   7
18
// 0 = A
18
// 0 = A
19
// 1 = B
19
// 1 = B
20
// 2 = C
20
// 2 = C
21
// 3 = D
21
// 3 = D
Line 137... Line 137...
137
void Interrupt_Init(void);
137
void Interrupt_Init(void);
138
extern s16 GeoMagDec;
138
extern s16 GeoMagDec;
139
extern u8 NewWPL_Name;
139
extern u8 NewWPL_Name;
Line 140... Line 140...
140
 
140
 
141
#define VERSION_SERIAL_MAJOR    11 // do not change!
-
 
Line 142... Line 141...
142
#define VERSION_SERIAL_MINOR    0
141
#define VERSION_SERIAL_MAJOR    11 // do not change!
143
 
142
 
144
typedef struct
143
typedef struct
145
{
144
{