From 6f4c0c6903dccdffec902bc6aa035e5b5cf44ff5 Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Wed, 25 May 2011 14:40:07 +0000 Subject: [PATCH] Fix cvs id. --- c/src/lib/libbsp/shared/smp/bspsmp_wait_for.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/src/lib/libbsp/shared/smp/bspsmp_wait_for.c b/c/src/lib/libbsp/shared/smp/bspsmp_wait_for.c index 19b04fe5c9..1c548223d9 100644 --- a/c/src/lib/libbsp/shared/smp/bspsmp_wait_for.c +++ b/c/src/lib/libbsp/shared/smp/bspsmp_wait_for.c @@ -7,7 +7,7 @@ * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * - * $Id + * $Id$ */ void rtems_bsp_delay( int usec );