[Armadeus-commitlog] armadeus branch, master, updated. release-3.4-227-g9f9623b
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2011-06-23 13:16:02
|
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 9f9623b77ebea67f44e0d554a19973deb7d539da (commit)
from c6e921e6ee7d3d2041626fe803780bf485981413 (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 9f9623b77ebea67f44e0d554a19973deb7d539da
Author: Fabien Marteau <fab...@ar...>
Date: Thu Jun 23 15:15:26 2011 +0200
[buildroot][package][as_devices] Delete sleep in gpio open
-----------------------------------------------------------------------
Summary of changes:
target/packages/as_devices/c/as_gpio.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/target/packages/as_devices/c/as_gpio.c b/target/packages/as_devices/c/as_gpio.c
index 826d128..7d1ed64 100644
--- a/target/packages/as_devices/c/as_gpio.c
+++ b/target/packages/as_devices/c/as_gpio.c
@@ -61,8 +61,6 @@ struct as_gpio_device *as_gpio_open(int aGpioNum)
}
close(export_file);
- sleep(1); //XXX
-
snprintf(buf, BUFF_SIZE, "/sys/class/gpio/gpio%d/value", aGpioNum);
pin_file = open(buf, O_RDWR);
if (pin_file < 0) {
hooks/post-receive
--
armadeus
|