Subversion Repositories NaviCtrl

Rev

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

Rev 507 Rev 509
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   4
16
#define VERSION_MINOR   4
17
#define VERSION_PATCH   1
17
#define VERSION_PATCH   2
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 34... Line 34...
34
// 16 = Q
34
// 16 = Q
35
// 17 = R
35
// 17 = R
36
// 18 = S
36
// 18 = S
Line 37... Line 37...
37
 
37
 
38
#ifndef FOLLOW_ME
38
#ifndef FOLLOW_ME
39
#define FC_SPI_COMPATIBLE               61      //   <------------------
39
#define FC_SPI_COMPATIBLE               62      //   <------------------
40
#else
40
#else
41
#define FC_SPI_COMPATIBLE               0xFF
41
#define FC_SPI_COMPATIBLE               0xFF
Line 42... Line 42...
42
#endif
42
#endif
Line 205... Line 205...
205
extern volatile FC_t FC;
205
extern volatile FC_t FC;
206
extern s8 ErrorMSG[25];
206
extern s8 ErrorMSG[25];
207
extern u8 ErrorCode;
207
extern u8 ErrorCode;
208
extern u8 StopNavigation;
208
extern u8 StopNavigation;
209
extern u8 ErrorGpsFixLost;
209
extern u8 ErrorGpsFixLost;
210
extern u8 FromFC_LoadWP_List, ToFC_MaxWpListIndex;
210
extern u8 FromFC_LoadWP_List, ToFC_MaxWpListIndex, FromFC_Load_SingePoint, FromFC_Store_SingePoint;
211
extern volatile u32 SPIWatchDog; // stop Navigation if this goes to zero
211
extern volatile u32 SPIWatchDog; // stop Navigation if this goes to zero
212
extern volatile u32 SD_WatchDog; // stop Logging if this goes to zero
212
extern volatile u32 SD_WatchDog; // stop Logging if this goes to zero
213
extern volatile u32 PollingTimeout;
213
extern volatile u32 PollingTimeout;
214
extern u32 CountGpsProcessedIn5Sec,CountNewGpsDataIn5Sec, FreqGpsProcessedIn5Sec, FreqNewGpsDataIn5Sec;
214
extern u32 CountGpsProcessedIn5Sec,CountNewGpsDataIn5Sec, FreqGpsProcessedIn5Sec, FreqNewGpsDataIn5Sec;