2008-01-11 Joel Sherrill <joel.sherrill@OARcorp.com>

* hello/init.c: Remove accidental commit.
This commit is contained in:
Joel Sherrill
2008-01-11 22:50:10 +00:00
parent c730ce07c2
commit 23452b5c97
2 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2008-01-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* hello/init.c: Remove accidental commit.
2008-01-11 Joel Sherrill <joel.sherrill@oarcorp.com> 2008-01-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* fileio/init.c, fileio/system.h, hello/init.c: Enable malloc * fileio/init.c, fileio/system.h, hello/init.c: Enable malloc

View File

@@ -32,7 +32,5 @@ rtems_task Init(
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" );
rtems_shell_main_wkspace_info(0, NULL);
rtems_shell_main_joel(0, NULL);
exit( 0 ); exit( 0 );
} }