macro_rules! spi_acceptor_common {
    () => { ... };
}
Expand description

Common part of all connectors. Poor man replacement for HKT.