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

* sp54/init.c, sp54/sp54.doc: Fix typos and comments.
This commit is contained in:
Joel Sherrill
2009-07-03 15:56:01 +00:00
parent 562eab5c4e
commit c5d412c18c
3 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2009-07-03 Joel Sherrill <joel.sherrill@OARcorp.com>
* sp54/init.c, sp54/sp54.doc: Fix typos and comments.
2009-07-02 Joel Sherrill <joel.sherrill@OARcorp.com>
* spstkalloc/spstkalloc.scn: Update screen.

View File

@@ -1,4 +1,5 @@
/* Odd Id Error Case -- Valid Id on API with No Objects Configured
/* Odd Id Cases where API configured but No Threads
* + Possibly Valid Id passed to directive
*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
@@ -20,6 +21,10 @@ rtems_task Init(
rtems_task_priority pri;
rtems_id id;
/*
* It is possible that since this thread prints and there is no idle
* task, that the system could fail miserably. :(
*/
puts( "\n\n*** TEST 54 ***" );
puts( "Init - use valid id of API class with no objects" );

View File

@@ -15,7 +15,7 @@ test set name: sp54
directives:
rtems_task_set)priority
rtems_task_set_priority
rtems_task_ident
concepts: