Now compiling with -Wall, error free.
[goodfet] / firmware / apps / spi / spi.c
index e6fb370..2ee2d2c 100644 (file)
@@ -31,7 +31,7 @@
 
 
 //! Set up the pins for SPI mode.
 
 
 //! Set up the pins for SPI mode.
-unsigned char spisetup(){
+void spisetup(){
   P5DIR|=MOSI+SCK+SS;
   P5DIR&=~MISO;
   P5OUT|=SS;
   P5DIR|=MOSI+SCK+SS;
   P5DIR&=~MISO;
   P5OUT|=SS;