Synopsis
void ctl_uart_putc(CTL_UART_t *self,
                   char c);
Description

ctl_uart_putc writes the character c to the UART self.

Note

The implementation of ctl_uart_putc passes the character c directly to the driver layer without translation. The driver implementation may elect to translate the C newline character '\n' as a CR+LF combination.