summaryrefslogtreecommitdiffstats
path: root/led/ratemon_cond_server
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-06-13 14:19:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-06-13 14:19:01 +0000
commit1547d8a41b5a84bd353b709061cb9bdb51399e38 (patch)
tree662e86e21e13893eb44e919fb1c54324141a608d /led/ratemon_cond_server
parent2011-06-13 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-examples-1547d8a41b5a84bd353b709061cb9bdb51399e38.tar.bz2
2011-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* ratemon_cond_server/test.c: Eliminate use of obsolete rtems_clock_get().
Diffstat (limited to 'led/ratemon_cond_server')
-rw-r--r--led/ratemon_cond_server/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/led/ratemon_cond_server/test.c b/led/ratemon_cond_server/test.c
index df43368..ef199a4 100644
--- a/led/ratemon_cond_server/test.c
+++ b/led/ratemon_cond_server/test.c
@@ -73,7 +73,7 @@ rtems_task Init(
if ( rt_status )
fprintf( stderr, "Period - did not work (%d)\n", rt_status );
- ticks = get_ticks_per_second();
+ ticks = rtems_clock_get_ticks_per_second();
for ( ; ; ) {