From 96f3ce6107cdafa0e5ac33072872ea65d8da5ecb Mon Sep 17 00:00:00 2001 From: vlahan Date: Thu, 10 Jul 2008 11:56:16 +0000 Subject: [PATCH] Changed to reflect modified parameter in setControlAsCapture command of the Msp430TimerControl interface --- doc/txt/tep131.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.2