mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
Remove XXX todo comment: this has now been fixed
This commit is contained in:
parent
9cc5a0098e
commit
ee4862f082
@ -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;
|
||||||
}
|
}
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
|
Loading…
Reference in New Issue
Block a user