mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 01:25:17 +08:00
2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* block08/init.c: Remove warning.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* block08/init.c: Remove warning.
|
||||
|
||||
2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* block08/block08.scn, block08/init.c: Add starting and ending messages
|
||||
|
||||
@@ -24,11 +24,10 @@
|
||||
|
||||
rtems_task Init(rtems_task_argument argument)
|
||||
{
|
||||
rtems_status_code status;
|
||||
|
||||
puts( "\n\n*** TEST BLOCK 8 ***" );
|
||||
run_bdbuf_tests();
|
||||
puts( "*** END OF TEST BLOCK 8 ***" );
|
||||
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user