RTEMS CPU Kit with SuperCore
|
RTEMS Output a Character. More...
#include <rtems/bspIo.h>
Functions | |
void | rtems_putc (char c) |
Kernel Put Character. More... | |
RTEMS Output a Character.
void rtems_putc | ( | char | c | ) |
Kernel Put Character.
This method allows the user to perform a debug putc().
[in] | c | is the character to print |