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