]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/msp430/usci/HplMsp430UsciReg.nc
More work on USCI peripheral support.
[tinyos-2.x.git] / tos / chips / msp430 / usci / HplMsp430UsciReg.nc
index 6b848c7b7c973cd70832bf45e92b273e51ce71bb..1d3384854eca679b8f01e96db6a9dae7ca2a526d 100644 (file)
@@ -43,12 +43,12 @@ interface HplMsp430UsciReg {
 
   /**
    * Prepare to set the mode.  If the device supports the requested mode, its
-   * UCxxCTL1.UCSWRST bit is set and true is returned.  If the device does not
-   * support the requested mode, no operations are performed and false is
+   * UCxxCTL1.UCSWRST bit is set and TRUE is returned.  If the device does not
+   * support the requested mode, no operations are performed and FALSE is
    * returned.
    *
    * @param msp430usci_mode_t The desired USCI mode.
-   * @return bool true if the device supports the requested mode, else false.
+   * @return bool TRUE if the device supports the requested mode, else FALSE.
    */
   command bool setMode(msp430_usci_mode_t mode);