summaryrefslogtreecommitdiff
path: root/software/hhd70dongle/spi.c
diff options
context:
space:
mode:
authorBernhard Tittelbach <xro@realraum.at>2012-05-17 06:14:29 +0000
committerBernhard Tittelbach <xro@realraum.at>2012-05-17 06:14:29 +0000
commit3ce320b1618b5c1a2232a6887c5fef780872171c (patch)
treee43bc1a76ea617225cd26c026696578aa7440b8b /software/hhd70dongle/spi.c
parentspi and c1101 code shuffling (diff)
debugging test attempts
git-svn-id: https://svn.spreadspace.org/mur.sat@418 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/hhd70dongle/spi.c')
-rw-r--r--software/hhd70dongle/spi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/software/hhd70dongle/spi.c b/software/hhd70dongle/spi.c
index c7172ce..e676fbf 100644
--- a/software/hhd70dongle/spi.c
+++ b/software/hhd70dongle/spi.c
@@ -70,7 +70,6 @@ void spi_cs_disable(void)
}
//synchronous
-//MSB first
void spi_write_byte(char byte)
{
SPDR = byte; //Load byte to Data register