X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Finterfaces%2FSpiPacket.nc;h=ffda9d1cd8552d9b8cbd1d5885b31f27fcdde379;hb=d49cac6d954f6d6b0bfe6365a46139d82366907b;hp=32d2873cd8fd1522f16f2817f8bec67ebe3e063b;hpb=e8d63150327a33f43f2047984615177fef85331e;p=tinyos-2.x.git diff --git a/tos/interfaces/SpiPacket.nc b/tos/interfaces/SpiPacket.nc index 32d2873c..ffda9d1c 100644 --- a/tos/interfaces/SpiPacket.nc +++ b/tos/interfaces/SpiPacket.nc @@ -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