forked from Imagelibrary/rtems
2008-08-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* user/object.t: Correct order of arguments.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2008-08-27 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* user/object.t: Correct order of arguments.
|
||||
|
||||
2008-08-24 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* user/clock.t: Correct discussion of timeval.
|
||||
|
||||
@@ -806,8 +806,8 @@ or free it.
|
||||
@findex rtems_object_get_api_class_name
|
||||
@example
|
||||
const char *rtems_object_get_api_class_name(
|
||||
uint32_t the_class,
|
||||
uint32_t the_api
|
||||
uint32_t the_api,
|
||||
uint32_t the_class
|
||||
);
|
||||
@end example
|
||||
@end ifset
|
||||
|
||||
Reference in New Issue
Block a user