macro_rules! serial_port_component_static {
() => { ... };
}
Expand description
Statically allocates the storage needed to finalize a SerialPortComponent
.
macro_rules! serial_port_component_static {
() => { ... };
}
Statically allocates the storage needed to finalize a SerialPortComponent
.