Rev 426 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 426 | Rev 436 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | #include "gps.h" |
1 | #include "gps.h" |
2 | #include "uart0.h" |
2 | #include "uart0.h" |
3 | #include "main.h" |
3 | #include "main.h" |
4 | #include "timer0.h" |
4 | #include "timer0.h" |
Line 5... | Line 5... | ||
5 | 5 | ||
6 | #define GPS_TIMEOUT 1000 // of ne new gps data arrivw within that time an error ist set |
6 | #define GPS_TIMEOUT 1000 // if no new gps data arrive within that time an error is set |
Line 7... | Line 7... | ||
7 | #define GPS_MINSATS 4 |
7 | #define GPS_MINSATS 4 |
8 | 8 | ||
9 | //------------------------------------------------------------ |
9 | //------------------------------------------------------------ |