MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / uart_transmit_null

Function uart_transmit_null

core/uart.c:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68static void uart_transmit_null(const uart_transfer_t* transfer) {
69 (void)transfer;
70}
71
72static bool uart_receive_null(uart_transfer_t* transfer) {
73 (void)transfer;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected