#include "spi.h" void spi_initMater(spiCH_t_spi_hw_ch) { } uint8_t spi_trx(spiCH_t_spi_hw_ch, uint8_t tx_data) { return 0; }