9
0
Fork 0

svn_rev_504

This commit is contained in:
Sascha Hauer 2007-07-05 18:01:59 +02:00 committed by Sascha Hauer
parent 227c05eb51
commit 9b78169fd3
1 changed files with 0 additions and 4 deletions

View File

@ -29,8 +29,6 @@
#include <command.h>
#include <rtc.h>
#if (CONFIG_COMMANDS & CFG_CMD_DATE) || defined(CONFIG_TIMESTAMP)
#define FEBRUARY 2
#define STARTOFTIME 1970
#define SECDAY 86400L
@ -152,5 +150,3 @@ mktime (unsigned int year, unsigned int mon,
)*60 + min /* now have minutes */
)*60 + sec; /* finally seconds */
}
#endif /* CFG_CMD_DATE */