| 70 | } |
| 71 | |
| 72 | static bool uart_receive_null(uart_transfer_t* transfer) { |
| 73 | (void)transfer; |
| 74 | return false; |
| 75 | } |
| 76 | |
| 77 | static void uart_set_device_funcs(void) { |
| 78 | if (uart.mcr >> 4 & 1) { |
nothing calls this directly
no outgoing calls
no test coverage detected