]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/interfaces/SpiByte.nc
Remove bogus 'tab:4' and 'tab:2' markers.
[tinyos-2.x.git] / tos / interfaces / SpiByte.nc
index 5898cedc6fb3cbb7e653483718cec14b30b2361b..9cc15b4b72db44abd2a8edfe9ffe306a436dfeda 100644 (file)
@@ -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 );
 }