macro_rules! spi_connector_common {
() => { ... };
}Expand description
Common part of all connectors. Poor man replacement for HKT.
macro_rules! spi_connector_common {
() => { ... };
}Common part of all connectors. Poor man replacement for HKT.