[rtems commit] lm32/shared/.../ckinit.c: Fix typo so fast idle on simulator is enabled

Joel Sherrill joel at rtems.org
Fri Mar 11 20:14:54 UTC 2016


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

Author:    Joel Sherrill <joel at rtems.org>
Date:      Fri Mar 11 14:13:48 2016 -0600

lm32/shared/.../ckinit.c: Fix typo so fast idle on simulator is enabled

---

 c/src/lib/libbsp/lm32/shared/clock/ckinit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/c/src/lib/libbsp/lm32/shared/clock/ckinit.c b/c/src/lib/libbsp/lm32/shared/clock/ckinit.c
index b1f5c8d..fd2cae8 100644
--- a/c/src/lib/libbsp/lm32/shared/clock/ckinit.c
+++ b/c/src/lib/libbsp/lm32/shared/clock/ckinit.c
@@ -19,7 +19,7 @@
 #include "clock.h"
 #include "bspopts.h"
 
-#if ON_SIMULATOR
+#if LM32_ON_SIMULATOR
 #define CLOCK_DRIVER_USE_FAST_IDLE 1
 #endif
 



More information about the vc mailing list