defs.h
18 lines
| 270 B
| text/x-c
|
CLexer
|
r132 | /* | ||
* 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" | ||||
#define GNSSPOWER_ON 1 | ||||
#define GNSSPOWER_OFF 2 | ||||
#endif /* STRUCTS_DEFS_H_ */ | ||||