[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.0-2647-g78ee74f
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2011-12-13 14:24:47
|
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 78ee74f0c890d0aaeaa167b8649079f32da8f89f (commit)
from 2fb02b9b068a037baa77c09c1d802e24c154b4c4 (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 78ee74f0c890d0aaeaa167b8649079f32da8f89f
Author: Fabien Marteau <fab...@ar...>
Date: Tue Dec 13 15:19:55 2011 +0100
[package][as_devices] change irq mode macros
-----------------------------------------------------------------------
Summary of changes:
target/packages/as_devices/c/as_gpio.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/target/packages/as_devices/c/as_gpio.h b/target/packages/as_devices/c/as_gpio.h
index 1352f6f..35e1a10 100644
--- a/target/packages/as_devices/c/as_gpio.h
+++ b/target/packages/as_devices/c/as_gpio.h
@@ -28,10 +28,10 @@
extern "C" {
#endif /* __cplusplus */
-#define GPIO_IRQ_MODE_NOINT (0)
-#define GPIO_IRQ_MODE_RISING (1)
-#define GPIO_IRQ_MODE_FALLING (2)
-#define GPIO_IRQ_MODE_BOTH (3)
+#define GPIO_IRQ_MODE_NOINT "none"
+#define GPIO_IRQ_MODE_RISING "rising"
+#define GPIO_IRQ_MODE_FALLING "falling"
+#define GPIO_IRQ_MODE_BOTH "both"
#define PORT_SIZE (32)
hooks/post-receive
--
armadeus
|