Remove XXX todo comment: this has now been fixed

This commit is contained in:
adamdunkels 2008-07-07 23:47:07 +00:00
parent 9cc5a0098e
commit ee4862f082
1 changed files with 1 additions and 2 deletions

View File

@ -28,7 +28,7 @@
* *
* This file is part of the Contiki operating system. * This file is part of the Contiki operating system.
* *
* $Id: shell.c,v 1.11 2008/07/07 23:46:12 adamdunkels Exp $ * $Id: shell.c,v 1.12 2008/07/07 23:47:07 adamdunkels Exp $
*/ */
/** /**
@ -519,7 +519,6 @@ shell_strtolong(const char *str, const char **retstr)
unsigned long unsigned long
shell_time(void) shell_time(void)
{ {
/* XXX todo: fix process to avoid wrap-around */
return clock_seconds() + time_offset; return clock_seconds() + time_offset;
} }
/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/