From 3ce320b1618b5c1a2232a6887c5fef780872171c Mon Sep 17 00:00:00 2001 From: Bernhard Tittelbach Date: Thu, 17 May 2012 06:14:29 +0000 Subject: debugging test attempts git-svn-id: https://svn.spreadspace.org/mur.sat@418 7de4ea59-55d0-425e-a1af-a3118ea81d4c --- software/hhd70dongle/spi.c | 1 - 1 file changed, 1 deletion(-) (limited to 'software/hhd70dongle/spi.c') 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 -- cgit v1.2.3