[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-459-gddca743
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2013-09-25 08:22:14
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via ddca74369c6ff3ac216070da1e963db1fbb3b73e (commit)
from 37c02d2c14843d32b5ec58fedd82b80341bc830c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ddca74369c6ff3ac216070da1e963db1fbb3b73e
Author: Fabien Marteau <fab...@ar...>
Date: Wed Sep 25 10:21:40 2013 +0200
as_devices: fix as_gpio.h comments
-----------------------------------------------------------------------
Summary of changes:
target/packages/as_devices/c/as_gpio.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/target/packages/as_devices/c/as_gpio.h b/target/packages/as_devices/c/as_gpio.h
index e6d251f..f390020 100644
--- a/target/packages/as_devices/c/as_gpio.h
+++ b/target/packages/as_devices/c/as_gpio.h
@@ -94,7 +94,9 @@ int32_t as_gpio_get_pin_value(struct as_gpio_device *aDev);
* @param aDev as_gpio_device pointer structure
* @param aDelay_ms timeout in milliseconds
*
- * @return pin value if positive or null, read error if -1, timeout if -10
+ * @return pin value if positive or null,
+ * read error if -1,
+ * timeout if -ETIMEDOUT
*/
int32_t as_gpio_wait_event(struct as_gpio_device *aDev, int aDelay_ms);
hooks/post-receive
--
armadeus
|