summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/shsim/clock/clockdrv.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/sh/shsim/clock/clockdrv.c')
-rw-r--r--c/src/lib/libbsp/sh/shsim/clock/clockdrv.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/sh/shsim/clock/clockdrv.c b/c/src/lib/libbsp/sh/shsim/clock/clockdrv.c
index a432d2982b..2397b0efc6 100644
--- a/c/src/lib/libbsp/sh/shsim/clock/clockdrv.c
+++ b/c/src/lib/libbsp/sh/shsim/clock/clockdrv.c
@@ -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