aboutsummaryrefslogtreecommitdiff
path: root/docs/platform-hooks.md
diff options
context:
space:
mode:
authorThomas Ingleby <thomas.c.ingleby@intel.com>2014-07-18 13:19:29 +0100
committerBrendan Le Foll <brendan.le.foll@intel.com>2014-09-09 17:28:43 +0100
commite602460688b186d2f9155b905d81a1dc1a5e158d (patch)
tree29c70feea0a529c30b8a52785062479b00b44bd8 /docs/platform-hooks.md
parent5766b0306899ec6cb82e6917d52d6e9352323687 (diff)
hook: move gpio init post hook
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
Diffstat (limited to 'docs/platform-hooks.md')
-rw-r--r--docs/platform-hooks.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/platform-hooks.md b/docs/platform-hooks.md
index adb5e65..ece7291 100644
--- a/docs/platform-hooks.md
+++ b/docs/platform-hooks.md
@@ -14,7 +14,7 @@ Any functionality perfomed here is done just before the normal function returns.
##Hooks
### GPIO
- * init (pre-post) - On RAW functions
+ * init (pre-post)
* mode (replace-pre-post)
* dir (replace-pre-post)
* write (pre-post)