aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-04-02 11:32:08 +0200
committerKarel Kočí <cynerd@email.cz>2015-04-02 11:32:08 +0200
commitf248e3faa7d78b905b6612f5c9af1d78b1b38454 (patch)
tree92e62358b36bcd6d5dfde309483f1f728f27c01d
parent4e39af4195506e746048d5ad48ea91692b0173b5 (diff)
downloadavr-ioe-f248e3faa7d78b905b6612f5c9af1d78b1b38454.tar.gz
avr-ioe-f248e3faa7d78b905b6612f5c9af1d78b1b38454.tar.bz2
avr-ioe-f248e3faa7d78b905b6612f5c9af1d78b1b38454.zip
Add TODO, nothing else
-rw-r--r--src/spi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/spi.c b/src/spi.c
index 77ed8a3..9562e6a 100644
--- a/src/spi.c
+++ b/src/spi.c
@@ -6,6 +6,7 @@ inline void ioe_spi_join(void) {
}
inline int ioe_spi_bussy(void) {
+ // TODO
}
#ifdef IOE_SPI_MASTER