##// END OF EJS Templates

File last commit:

r132:133
r154:155
Show More
defs.h
19 lines | 294 B | text/x-c | CLexer
/*
* structs_defs.h
*
* Created on: Oct 15, 2014
* Author: Alan Aguilar Sologuren
*/
#ifndef STRUCTS_DEFS_H_
#define STRUCTS_DEFS_H_
#include "pe_defs.h"
#include "saig_defs.h"
#include "te_structs.h"
#define GNSSPOWER_ON 1
#define GNSSPOWER_OFF 2
#endif /* STRUCTS_DEFS_H_ */