2009-09-09 Joel Sherrill <joel.sherrill@OARcorp.com>

* sp46/init.c, sp46/sp46.scn: Fix numbering.
This commit is contained in:
Joel Sherrill
2009-09-09 18:28:18 +00:00
parent b2f05456e3
commit f52ba5837d
3 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2009-09-09 Joel Sherrill <joel.sherrill@OARcorp.com>
* sp46/init.c, sp46/sp46.scn: Fix numbering.
2009-09-07 Sebastian Huber <Sebastian.Huber@embedded-brains.de> 2009-09-07 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
* spintrcritical_support/intrcritical.c: Fixed timing rountines. * spintrcritical_support/intrcritical.c: Fixed timing rountines.

View File

@@ -64,7 +64,7 @@ rtems_task Init(
rtems_status_code status; rtems_status_code status;
rtems_id task_id; rtems_id task_id;
puts( "\n\n*** TEST 45 ***" ); puts( "\n\n*** TEST 46 ***" );
/* /*
* Initialize Tasks * Initialize Tasks

View File

@@ -1,4 +1,4 @@
*** TEST 45 *** *** TEST 46 ***
INIT - rtems_task_create - creating task 1 INIT - rtems_task_create - creating task 1
INIT - rtems_task_start - TA1 INIT - rtems_task_start - TA1
Periodic - Create Period Periodic - Create Period