Removed P5REN element from goodfet.c
[goodfet] / firmware / apps / spi / spi.c
index dd92ba2..98ff8f7 100644 (file)
@@ -24,7 +24,7 @@
 //! Set up the pins for SPI mode.
 void spisetup(){
   SETSS;
-  P5DIR|=MOSI+SCK; //BIT0 might be SS
+  P5DIR|=MOSI+SCK+BIT0; //BIT0 might be SS
   P5DIR&=~MISO;
   DIRSS;