From 22629eeaa623eecec7e3add1ef641e72c77ea8eb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 3 Dec 2008 19:03:53 +0000 Subject: 2008-12-03 Joel Sherrill PR 1346/cpukit * rtems/include/rtems/rtems/ratemon.h: Sense of rate monotonic statistics nanoseconds or ticks granularity conditional is backwards. --- cpukit/rtems/include/rtems/rtems/ratemon.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/rtems/include/rtems/rtems/ratemon.h') diff --git a/cpukit/rtems/include/rtems/rtems/ratemon.h b/cpukit/rtems/include/rtems/rtems/ratemon.h index 3e2ad80385..41eb68ed31 100644 --- a/cpukit/rtems/include/rtems/rtems/ratemon.h +++ b/cpukit/rtems/include/rtems/rtems/ratemon.h @@ -55,7 +55,7 @@ extern "C" { * The user can define this at configure time and go back to ticks * resolution. */ -#if defined(__RTEMS_USE_TICKS_RATE_MONOTONIC_STATISTICS__) +#if !defined(__RTEMS_USE_TICKS_RATE_MONOTONIC_STATISTICS__) /** * Enable the nanosecond accurate statistics * @@ -374,7 +374,7 @@ void _Rate_monotonic_Timeout( ); /** - * @brief _Rate_monotonic_Reset_statistics + * @brief _Rate_monotonic_Reset_wall_time_statistics * * This method resets the statistics information for a period instance. */ -- cgit v1.2.3