]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/interfaces/UartControl.nc
UartControl update for enum consistency and support in atm128/msp430.
[tinyos-2.x.git] / tos / interfaces / UartControl.nc
index 76c52874ae6fc98ad9b751402e92c59a34a4dede..f0226b4f284960a58174dfb643b1986df8bfce8e 100644 (file)
@@ -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.
     */