[Armadeus-commitlog] armadeus branch, master, updated. release-3.4-225-g2f7e818
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2011-06-23 11:28:29
|
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 2f7e818f0eb1c6714203c8284460963a78206b9f (commit)
from 8ca4a12b22aa9960765d2dd6fb62ec8cea95f698 (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 2f7e818f0eb1c6714203c8284460963a78206b9f
Author: Fabien Marteau <fab...@ar...>
Date: Thu Jun 23 13:27:20 2011 +0200
[buildroot][package][straton_ios] Adapt straton_ios for apf51
-----------------------------------------------------------------------
Summary of changes:
target/packages/straton_ios/apf51_ios.c | 4 ++--
target/packages/straton_ios/apf51_ios.h | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/target/packages/straton_ios/apf51_ios.c b/target/packages/straton_ios/apf51_ios.c
index 660281a..b08a592 100755
--- a/target/packages/straton_ios/apf51_ios.c
+++ b/target/packages/straton_ios/apf51_ios.c
@@ -9,9 +9,9 @@ static struct as_gpio_device *button;
/* set and get specifics functions */
void led_setvalue(long value) {
if (value == 0)
- as_gpio_set_pin_value(led, 1);
- else
as_gpio_set_pin_value(led, 0);
+ else
+ as_gpio_set_pin_value(led, 1);
return;
}
diff --git a/target/packages/straton_ios/apf51_ios.h b/target/packages/straton_ios/apf51_ios.h
index c26ec1e..f6a7df2 100644
--- a/target/packages/straton_ios/apf51_ios.h
+++ b/target/packages/straton_ios/apf51_ios.h
@@ -1,4 +1,4 @@
-#define PROFIL_NAME "APF27"
+#define PROFIL_NAME "APF51"
/* IO TYPE */
#define IO_LED 0
hooks/post-receive
--
armadeus
|