Merge pull request #4535 from mysterywolf/time
[libc][time] add debug tag
This commit is contained in:
commit
fefeff8de1
|
@ -21,11 +21,15 @@
|
|||
|
||||
#include <sys/time.h>
|
||||
#include <rtthread.h>
|
||||
#include <rtdbg.h>
|
||||
|
||||
#ifdef RT_USING_DEVICE
|
||||
#include <rtdevice.h>
|
||||
#endif
|
||||
|
||||
#define DBG_TAG "TIME"
|
||||
#define DBG_LVL DBG_INFO
|
||||
#include <rtdbg.h>
|
||||
|
||||
/* seconds per day */
|
||||
#define SPD 24*60*60
|
||||
|
||||
|
|
Loading…
Reference in New Issue