register

Macro register 

Source
macro_rules! register {
    ($uart: ident, $tx_pin: ident, $rx_pin: ident, $baud: expr, $idle_func: expr) => { ... };
    ($uart: ident, $tx_pin: ident, $rx_pin: ident, $baud: expr) => { ... };
}
Expand description

Registers the UART panic handler.

ยงArguments