Subversion Repositories Projects

Rev

Rev 294 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 294 Rev 333
1
#ifndef _MAIN_H
1
#ifndef _MAIN_H
2
#define _MAIN_H
2
#define _MAIN_H
3
 
3
 
4
#include <avr/io.h>
4
#include <avr/io.h>
5
#define SYSCLK F_CPU
5
#define SYSCLK F_CPU
6
 
6
 
-
 
7
 
-
 
8
#define ERROR_GPS_RX_TIMEOUT    0x0001
-
 
9
#define ERROR_LOW_BAT                   0x0002
-
 
10
 
-
 
11
extern uint16_t Error;
-
 
12
 
7
 
13
 
-
 
14
#endif //_MAIN_H
8
#endif //_MAIN_H
15
 
9
 
16
 
10
 
17
 
11
 
18
 
12
 
19
 
13
 
20
 
14
 
21
 
15
 
22