forked from Imagelibrary/rtems
libmisc: Doxygen Clean Up Task #1
Conflicts occured durning this patch and modifications in the repo were favored over the patch.
This commit is contained in:
committed by
Jennifer Averett
parent
436f86e142
commit
a163882dae
@@ -30,14 +30,14 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief Print memory buffer.
|
||||
* @brief Print memory buffer.
|
||||
*
|
||||
* This method prints @a length bytes beginning at @a buffer in
|
||||
* a nice format similar to what one would expect from a debugger
|
||||
* or ROM monitor.
|
||||
* This method prints @a length bytes beginning at @a buffer in
|
||||
* a nice format similar to what one would expect from a debugger
|
||||
* or ROM monitor.
|
||||
*
|
||||
* @param[in] buffer is the address of the buffer
|
||||
* @param[in] length is the length of the buffer
|
||||
* @param[in] buffer is the address of the buffer
|
||||
* @param[in] length is the length of the buffer
|
||||
*/
|
||||
void rtems_print_buffer(
|
||||
const unsigned char *buffer,
|
||||
|
||||
Reference in New Issue
Block a user