[rtems commit] clockdrv_shell.h - Fix commment

Joel Sherrill joel at rtems.org
Thu May 10 12:59:25 UTC 2012


Module:    rtems
Branch:    master
Commit:    79fee341320d41b822fb04fc2d2e1f22569181e0
Changeset: http://git.rtems.org/rtems/commit/?id=79fee341320d41b822fb04fc2d2e1f22569181e0

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Thu May 10 07:59:49 2012 -0500

clockdrv_shell.h - Fix commment

---

 c/src/lib/libbsp/shared/clockdrv_shell.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/c/src/lib/libbsp/shared/clockdrv_shell.h b/c/src/lib/libbsp/shared/clockdrv_shell.h
index c7a408e..a4e7ffb 100644
--- a/c/src/lib/libbsp/shared/clockdrv_shell.h
+++ b/c/src/lib/libbsp/shared/clockdrv_shell.h
@@ -20,7 +20,7 @@
 #include <bsp.h>
 
 #if defined(CLOCK_DRIVER_USE_FAST_IDLE) && defined(CLOCK_DRIVER_ISRS_PER_TICK)
-#error "clockdrv_shell.c: fast idle and N ISRs per tick is not supported"
+#error "clockdrv_shell.h: Fast Idle PLUS n ISRs per tick is not supported"
 #endif
 
 /*




More information about the vc mailing list