Function send_packet

Source
pub fn send_packet(
    uart: &mut dyn Uart,
    packet: &Packet,
) -> Result<usize, &'static str>
Expand description

Function to send a packet without waiting for an ACK