]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/interfaces/SpiPacket.nc
get rid of +5 for rounding, change arg name in functions in CtpInfo to match the...
[tinyos-2.x.git] / tos / interfaces / SpiPacket.nc
index 32d2873cd8fd1522f16f2817f8bec67ebe3e063b..ffda9d1cd8552d9b8cbd1d5885b31f27fcdde379 100644 (file)
@@ -1,6 +1,6 @@
 // $Id$
 
-/*                                                                      tab:2
+/*                                                                      
  * "Copyright (c) 2000-2005 The Regents of the University  of California.
  * All rights reserved.
  *
@@ -61,8 +61,8 @@ interface SpiPacket {
   /**
    * Notification that the send command has completed.
    *
-   * @param 'uint8_t* COUNT(len) txBuf' The buffer used for transmission
-   * @param 'uint8_t* COUNT(len) rxBuf' The buffer used for reception
+   * @param 'uint8_t* COUNT_NOK(len) txBuf' The buffer used for transmission
+   * @param 'uint8_t* COUNT_NOK(len) rxBuf' The buffer used for reception
    * @param len    The request length of the transfer, but not necessarily
    *               the number of bytes that were actually transferred
    * @param error  SUCCESS if the operation completed successfully, FAIL