10 lines
117 B
C
10 lines
117 B
C
#ifndef __SLEEP_H__
|
|
#define __SLEEP_H__
|
|
|
|
#include "generic/typedef.h"
|
|
#include "app_config.h"
|
|
|
|
|
|
|
|
#endif//__SLEEP_H__
|