macro_rules! defmt_serial {
    ($serial:ident, $stype:ty) => { ... };
}
Expand description

Assign a serial interface to received defmt-messages. Pass the serial interface and the type of the interface.