mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2010-11-11 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1716/doc * user/concepts.t: print_name example used a variable which did not match the name of the passed in parameter.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2010-11-11 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||||
|
|
||||||
|
PR 1716/doc
|
||||||
|
* user/concepts.t: print_name example used a variable which did not
|
||||||
|
match the name of the passed in parameter.
|
||||||
|
|
||||||
2010-11-01 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
2010-11-01 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||||
|
|
||||||
PR 1714/doc
|
PR 1714/doc
|
||||||
|
|||||||
@@ -98,7 +98,7 @@ an object name:
|
|||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <rtems/bspIo.h>
|
#include <rtems/bspIo.h>
|
||||||
|
|
||||||
void print_name(rtems_id the_object)
|
void print_name(rtems_id id)
|
||||||
@{
|
@{
|
||||||
char buffer[10]; /* name assumed to be 10 characters or less */
|
char buffer[10]; /* name assumed to be 10 characters or less */
|
||||||
char *result;
|
char *result;
|
||||||
|
|||||||
Reference in New Issue
Block a user