Subversion Repositories NaviCtrl

Rev

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

Rev 91 Rev 92
Line 2... Line 2...
2
#define _MAIN_H
2
#define _MAIN_H
Line 3... Line 3...
3
 
3
 
4
 
4
 
5
#define VERSION_MAJOR   0
5
#define VERSION_MAJOR   0
Line 6... Line 6...
6
#define VERSION_MINOR   14
6
#define VERSION_MINOR   14
7
#define VERSION_PATCH   4
7
#define VERSION_PATCH   5
Line 8... Line 8...
8
 
8
 
9
#define VERSION_SERIAL_MAJOR    10
9
#define VERSION_SERIAL_MAJOR    10
Line 25... Line 25...
25
// sends data on uart0 (without MK-OSD the MKGPS is connect there)
25
// sends data on uart0 (without MK-OSD the MKGPS is connect there)
26
//#define SEND_MKOSD_DATA
26
//#define SEND_MKOSD_DATA
Line 27... Line 27...
27
 
27
 
28
extern u32 TimerCompassUpdate;
28
extern u32 TimerCompassUpdate;
-
 
29
extern u16 BeepTime;
29
extern u16 BeepTime;
30
extern u8  NCFlags;
30
extern u8 ClearMKFlags;
31
extern u8 ClearMKFlags;
Line 31... Line 32...
31
void Interrupt_Init(void);
32
void Interrupt_Init(void);
32
 
33