|
RTEMS
|
RTEMS Output a Character. More...
#include <rtems/bspIo.h>Go to the source code of this file.
Functions | |
| void | rtems_putc (char c) |
| Kernel Put Character. More... | |
RTEMS Output a Character.
Definition in file rtems_putc.c.
| void rtems_putc | ( | char | c | ) |
Kernel Put Character.
This method allows the user to perform a debug putc(). It performs a character translation from "\n" to "\r\n".
| [in] | c | is the character to print |
Definition at line 28 of file rtems_putc.c.
1.8.14