forked from Imagelibrary/rtems
2008-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* clock/clockdrv.c: Fix comment.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2008-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* clock/clockdrv.c: Fix comment.
|
||||
|
||||
2008-09-24 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac, clock/clockdrv.c, include/bsp.h,
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
* Instantiate the clock driver shell.
|
||||
*
|
||||
* Since there is no clock source on the simulator, all we do is
|
||||
* make sure it will build.
|
||||
* Since there is no clock source on the simulator, we fake
|
||||
* it with a special IDLE task.
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
@@ -30,7 +30,6 @@ volatile bool clock_driver_enabled;
|
||||
|
||||
#include "../../../shared/clockdrv_shell.c"
|
||||
|
||||
|
||||
/*
|
||||
* Since there is no interrupt on this simulator, let's just
|
||||
* fake time passing. This will not let preemption from an
|
||||
|
||||
Reference in New Issue
Block a user