forked from Imagelibrary/rtems
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:
@@ -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>
|
2009-09-14 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* capture/test1.c: Use size_t for sizes.
|
* capture/test1.c: Use size_t for sizes.
|
||||||
|
|||||||
@@ -29,7 +29,6 @@ rtems_task Init(
|
|||||||
rtems_task_argument ignored
|
rtems_task_argument ignored
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
devFS_Show();
|
|
||||||
printf( "\n\n*** HELLO WORLD TEST ***\n" );
|
printf( "\n\n*** HELLO WORLD TEST ***\n" );
|
||||||
printf( "Hello World\n" );
|
printf( "Hello World\n" );
|
||||||
printf( "*** END OF HELLO WORLD TEST ***\n" );
|
printf( "*** END OF HELLO WORLD TEST ***\n" );
|
||||||
|
|||||||
Reference in New Issue
Block a user