summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/ticker/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/samples/ticker/system.h')
-rw-r--r--testsuites/samples/ticker/system.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/testsuites/samples/ticker/system.h b/testsuites/samples/ticker/system.h
index 4f72faa49d..a87ba2c901 100644
--- a/testsuites/samples/ticker/system.h
+++ b/testsuites/samples/ticker/system.h
@@ -94,11 +94,9 @@ extern rtems_name Task_name[ 4 ]; /* array of task names */
static inline uint32_t get_ticks_per_second( void )
{
- rtems_interval ticks_per_second;
- (void) rtems_clock_get( RTEMS_CLOCK_GET_TICKS_PER_SECOND, &ticks_per_second ); return ticks_per_second;
+ return rtems_clock_get_ticks_per_second();
}
-
/*
* This allows us to view the "Test_task" instantiations as a set
* of numbered tasks by eliminating the number of application