X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Fchips%2Fatm128%2Fspi%2FAtm128SpiC.nc;h=80d9243171adbcb1813ab29c92b1ba6ff39b2be7;hp=c10a9f573c9b6af3ee18b0831692554cde603ee9;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 diff --git a/tos/chips/atm128/spi/Atm128SpiC.nc b/tos/chips/atm128/spi/Atm128SpiC.nc index c10a9f57..80d92431 100644 --- a/tos/chips/atm128/spi/Atm128SpiC.nc +++ b/tos/chips/atm128/spi/Atm128SpiC.nc @@ -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;