减少日志输出
This commit is contained in:
parent
08e1c14287
commit
110eefc669
4
Time.cpp
4
Time.cpp
|
@ -154,9 +154,9 @@ void TTime::SetTime(ulong seconds)
|
||||||
BaseSeconds = seconds - Seconds;
|
BaseSeconds = seconds - Seconds;
|
||||||
|
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
DateTime dt(seconds);
|
/*DateTime dt(seconds);
|
||||||
debug_printf("TTime::SetTime 设置时间 ");
|
debug_printf("TTime::SetTime 设置时间 ");
|
||||||
dt.Show(true);
|
dt.Show(true);*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// 保存到RTC
|
// 保存到RTC
|
||||||
|
|
Loading…
Reference in New Issue