15 lines
159 B
C
15 lines
159 B
C
|
/*
|
||
|
*
|
||
|
* REVISIONS:
|
||
|
* xxxddMMMyy
|
||
|
*
|
||
|
*/
|
||
|
#ifndef __SIMPSENS_H
|
||
|
#define __SIMPSENS_H
|
||
|
|
||
|
#include "ulinecon.h"
|
||
|
#include "battcond.h"
|
||
|
#include "turnoff.h"
|
||
|
|
||
|
#endif
|