From a5bb06281011f4f0edd6f7b9331f149bd256d495 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 22 Mar 2015 14:05:00 +0100 Subject: SPI moved from src subfolder and mode changes SPI USI should now work. SPI USI is now documented. Removing architecture specific folders in src. --- spi.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'spi.h') diff --git a/spi.h b/spi.h index acee3b5..ed6129a 100644 --- a/spi.h +++ b/spi.h @@ -1,13 +1,11 @@ #include #include -#include "mcu/mcu.h" - #ifndef _IOE_SPI_H_ #define _IOE_SPI_H_ inline void ioe_spi_init(void); -inline int ioe_spi_ready(void); +inline int ioe_spi_bussy(void); inline void ioe_spi_join(void); #ifdef IOE_SPI_MASTER inline int8_t ioe_spi_transfer(int8_t data); -- cgit v1.2.3