2009-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>

* hello/init.c: Remove call to devFS_Show() which had accidentally
	gotten committed.
This commit is contained in:
Joel Sherrill
2009-10-02 11:50:39 +00:00
parent dda7c828a0
commit 2697272499
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2009-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* hello/init.c: Remove call to devFS_Show() which had accidentally
gotten committed.
2009-09-14 Ralf Corsépius <ralf.corsepius@rtems.org>
* capture/test1.c: Use size_t for sizes.

View File

@@ -29,7 +29,6 @@ rtems_task Init(
rtems_task_argument ignored
)
{
devFS_Show();
printf( "\n\n*** HELLO WORLD TEST ***\n" );
printf( "Hello World\n" );
printf( "*** END OF HELLO WORLD TEST ***\n" );