]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/mulle/softwarespi/SoftSpiBusP.nc
mulle platfor modification, flsh storage, more lowpower, softi2c improvements
[tinyos-2.x.git] / tos / platforms / mulle / softwarespi / SoftSpiBusP.nc
index 0c61ed845abca39262549dfb471f237344746738..016fb978d01d0e2b09fa7f7e75a5da2831f3304d 100755 (executable)
@@ -59,9 +59,9 @@ implementation
 
     async command void Spi.off()
     {
-        call SCLK.makeInput();
-        call MISO.makeInput();
-        call MOSI.makeInput();
+        call SCLK.makeOutput();
+        call MISO.makeOutput();
+        call MOSI.makeOutput();
         call SCLK.clr();
         call MISO.clr();
         call MOSI.clr();