19 lines
170 B
C
19 lines
170 B
C
/*
|
|
* defines.h
|
|
*
|
|
* Created on: Aug 20, 2017
|
|
* Author: wn
|
|
*/
|
|
|
|
#ifndef DEFINES_H_
|
|
#define DEFINES_H_
|
|
|
|
#define DEBUG
|
|
//#define SLEEP
|
|
|
|
|
|
|
|
|
|
|
|
#endif /* DEFINES_H_ */
|