summaryrefslogtreecommitdiff
path: root/software/hhd70dongle/spi.c
diff options
context:
space:
mode:
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