X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Finterfaces%2FUartByte.nc;h=1d3ecd8f135dcd4b16c2c2d2e5dad6b6cd6185d3;hb=857a829a9dd7830efbf85b39aae30698c1059adb;hp=e534c23d96981bd5050d9346d7ce4fd4483fa9dd;hpb=ec0de8e1ac425b0f6855d46f737c2726cd82df88;p=tinyos-2.x.git diff --git a/tos/interfaces/UartByte.nc b/tos/interfaces/UartByte.nc index e534c23d..1d3ecd8f 100644 --- a/tos/interfaces/UartByte.nc +++ b/tos/interfaces/UartByte.nc @@ -49,7 +49,7 @@ interface UartByte { * Receive a single uart byte. The call blocks until a byte is * received. * - * @param byte Where to place received byte. + * @param 'uint8_t* ONE byte' Where to place received byte. * @param timeout How long in byte times to wait. * @return SUCCESS if a byte was received, FAIL if timed out. */