No return from function ``` uint16_t xfer(uint16_t data) { spi_xfer(_spi, data); **return 0;** } ```
No return from function