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