@@ -1,19 +1,18 | |||
|
1 | 1 | /* |
|
2 | 2 | * structs_defs.h |
|
3 | 3 | * |
|
4 | 4 | * Created on: Oct 15, 2014 |
|
5 | 5 | * Author: Alan Aguilar Sologuren |
|
6 | 6 | */ |
|
7 | 7 | |
|
8 | 8 | #ifndef STRUCTS_DEFS_H_ |
|
9 | 9 | #define STRUCTS_DEFS_H_ |
|
10 | 10 | |
|
11 | 11 | #include "pe_defs.h" |
|
12 | 12 | #include "saig_defs.h" |
|
13 | #include "te_structs.h" | |
|
14 | 13 | |
|
15 | 14 | #define GNSSPOWER_ON 1 |
|
16 | 15 | #define GNSSPOWER_OFF 2 |
|
17 | 16 | |
|
18 | 17 | |
|
19 | 18 | #endif /* STRUCTS_DEFS_H_ */ |
General Comments 0
You need to be logged in to leave comments.
Login now