X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Finterfaces%2FUartControl.nc;h=f0226b4f284960a58174dfb643b1986df8bfce8e;hb=d49cac6d954f6d6b0bfe6365a46139d82366907b;hp=76c52874ae6fc98ad9b751402e92c59a34a4dede;hpb=a9db5e070b461b85411fa66e1d587532231432fa;p=tinyos-2.x.git diff --git a/tos/interfaces/UartControl.nc b/tos/interfaces/UartControl.nc index 76c52874..f0226b4f 100644 --- a/tos/interfaces/UartControl.nc +++ b/tos/interfaces/UartControl.nc @@ -86,7 +86,8 @@ interface UartControl { * only be called when both the receive and transmit paths * are disabled, either through a power control interface * or setDuplexMode. Valid parity settings are - * TOS_PARITY_NONE, TOS_PARITY_EVEN, and TOS_PARITY_ODD. + * TOS_UART_PARITY_NONE, TOS_UART_PARITY_EVEN, + * and TOS_UART_PARITY_ODD. * * @param parity The parity mode to change to. */