summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/include
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/tmtests/include')
-rw-r--r--testsuites/tmtests/include/timesys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/tmtests/include/timesys.h b/testsuites/tmtests/include/timesys.h
index 03e31c8bd3..38d15ff518 100644
--- a/testsuites/tmtests/include/timesys.h
+++ b/testsuites/tmtests/include/timesys.h
@@ -41,7 +41,7 @@
(((_total_time) - (_loop_overhead)) / (_iterations)) - (_overhead) \
)
-#if defined(STACK_CHECKER_ON) || defined(RTEMS_DEBUG)
+#if defined(CONFIGURE_STACK_CHECKER_ENABLED) || defined(RTEMS_DEBUG)
#define Print_Warning() \
do { \
puts( \