2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>

* sp43/init.c: Remove more ITRON references.
This commit is contained in:
Joel Sherrill
2010-06-21 22:54:26 +00:00
parent e3d184de9d
commit 07f72c22bb
2 changed files with 4 additions and 4 deletions
+4
View File
@@ -1,3 +1,7 @@
2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp43/init.c: Remove more ITRON references.
2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp09/screen01.c: Fix warning.
-4
View File
@@ -336,10 +336,6 @@ rtems_task Init(
rtems_object_get_api_name(OBJECTS_INTERNAL_API) );
printf( "rtems_object_get_api_name(CLASSIC_API) = %s\n",
rtems_object_get_api_name(OBJECTS_CLASSIC_API) );
#if 0
printf( "rtems_object_get_api_name(ITRON_API) = %s\n",
rtems_object_get_api_name(OBJECTS_ITRON_API) );
#endif
printf( "rtems_object_get_api_class_name(0, RTEMS_TASKS) = %s\n",
rtems_object_get_api_class_name( 0, OBJECTS_RTEMS_TASKS ) );