Subversion Repositories NaviCtrl

Rev

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

Rev 804 Rev 806
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   17
16
#define VERSION_MINOR   17
17
#define VERSION_PATCH   1
17
#define VERSION_PATCH   3
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 371... Line 371...
371
extern u8 BaroCalState;
371
extern u8 BaroCalState;
372
extern u8 ErrorOutSideOperationArea; // I am outside the operation polygon area
372
extern u8 ErrorOutSideOperationArea; // I am outside the operation polygon area
373
extern u8 ShowCalibrationErrorMessage;
373
extern u8 ShowCalibrationErrorMessage;
374
#define OEM_NAME_LENGHT 16
374
#define OEM_NAME_LENGHT 16
375
extern u8 OEM_String[OEM_NAME_LENGHT+1];
375
extern u8 OEM_String[OEM_NAME_LENGHT+1];
-
 
376
extern u8 TryAgain_UBX_Setup;
Line 376... Line 377...
376
 
377
 
377
#define CHECK_ONLY     0
378
#define CHECK_ONLY     0
378
#define GET_LICENSE    1
379
#define GET_LICENSE    1
379
#define COPY_SD_TO_EE  2
380
#define COPY_SD_TO_EE  2