summaryrefslogtreecommitdiff
path: root/led
diff options
context:
space:
mode:
Diffstat (limited to 'led')
-rw-r--r--led/ratemon2/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/led/ratemon2/init.c b/led/ratemon2/init.c
index cf0df2f..c27150b 100644
--- a/led/ratemon2/init.c
+++ b/led/ratemon2/init.c
@@ -40,7 +40,7 @@ rtems_task Init(
status = rtems_rate_monotonic_period( period_id1, 2 * ticks );
LED_OFF();
- (void) rtems_task_wake_after( 1 * rtems_clock_get_ticks_per_second() );
+ (void) rtems_task_wake_after( ticks );
status = rtems_rate_monotonic_period( period_id2, 2 * ticks );
LED_ON();