2008-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>

* clock/clockdrv.c: Fix comment.
This commit is contained in:
Joel Sherrill
2008-09-24 16:40:38 +00:00
parent ae1a501c95
commit 164f8b3996
2 changed files with 6 additions and 3 deletions

View File

@@ -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,

View File

@@ -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