X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Finterfaces%2FSpiByte.nc;h=9cc15b4b72db44abd2a8edfe9ffe306a436dfeda;hb=2a2b6c35d97c4339c030630d1e008dc6ca5875a7;hp=5898cedc6fb3cbb7e653483718cec14b30b2361b;hpb=1ba974b83d19fc41bf80acd52726f36f7f1df297;p=tinyos-2.x.git diff --git a/tos/interfaces/SpiByte.nc b/tos/interfaces/SpiByte.nc index 5898cedc..9cc15b4b 100644 --- a/tos/interfaces/SpiByte.nc +++ b/tos/interfaces/SpiByte.nc @@ -1,6 +1,6 @@ // $Id$ -/* tab:2 +/* * "Copyright (c) 2000-2005 The Regents of the University of California. * All rights reserved. * @@ -31,5 +31,5 @@ interface SpiByte * @param tx Byte to transmit * @param rx Received byte is stored here. */ - async command void write( uint8_t tx, uint8_t* rx ); + async command uint8_t write( uint8_t tx ); }