]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/atm128/spi/Atm128SpiC.nc
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / tos / chips / atm128 / spi / Atm128SpiC.nc
index c10a9f573c9b6af3ee18b0831692554cde603ee9..80d9243171adbcb1813ab29c92b1ba6ff39b2be7 100644 (file)
@@ -65,6 +65,7 @@
 configuration Atm128SpiC {
   provides interface Init;
   provides interface SpiByte;
+  provides interface FastSpiByte;
   provides interface SpiPacket;
   provides interface Resource[uint8_t id];
 }
@@ -76,6 +77,7 @@ implementation {
   Init         = SpiMaster;
   
   SpiByte      = SpiMaster;
+  FastSpiByte  = SpiMaster;
   SpiPacket    = SpiMaster;
   Resource     = SpiMaster;