From: vlahan Date: Thu, 10 Jul 2008 11:56:16 +0000 (+0000) Subject: Changed to reflect modified parameter in setControlAsCapture command of the Msp430Tim... X-Git-Tag: release_tinyos_2_1_0_0~95 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=96f3ce6107cdafa0e5ac33072872ea65d8da5ecb Changed to reflect modified parameter in setControlAsCapture command of the Msp430TimerControl interface --- diff --git a/doc/txt/tep131.txt b/doc/txt/tep131.txt index 287afa06..cf941ae2 100644 --- a/doc/txt/tep131.txt +++ b/doc/txt/tep131.txt @@ -1388,7 +1388,7 @@ each. async command void setControl(msp430_compare_control_t control ); async command void setControlAsCompare(); - async command void setControlAsCapture(bool low_to_high); + async command void setControlAsCapture(uint8_t cm); async command void enableEvents(); async command void disableEvents();