aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-01-11 20:46:39 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-01-11 20:46:39 +0000
commit8465215222a2a669722e09a5de170ded334e92a5 (patch)
tree8d4354f33c0b70699a251da345dbf9fded0274f4 /os/hal/include
parent609b15be00e961794e8a75bf39b714288fda57fc (diff)
downloadChibiOS-8465215222a2a669722e09a5de170ded334e92a5.tar.gz
ChibiOS-8465215222a2a669722e09a5de170ded334e92a5.tar.bz2
ChibiOS-8465215222a2a669722e09a5de170ded334e92a5.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5057 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/include')
-rw-r--r--os/hal/include/pal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/include/pal.h b/os/hal/include/pal.h
index 62bf8270e..e8d294e35 100644
--- a/os/hal/include/pal.h
+++ b/os/hal/include/pal.h
@@ -51,7 +51,7 @@
* @brief Safe state for <b>unconnected</b> pads.
* @details The state itself is not specified and is architecture dependent,
* it may be mapped on @p PAL_MODE_INPUT_PULLUP,
- * @p PAL_MODE_INPUT_PULLDOWN or @p PAL_MODE_OUTPUT_PUSHPULL as
+ * @p PAL_MODE_INPUT_PULLDOWN or @p PAL_MODE_OUTPUT_PUSHPULL for
* example.
*/
#define PAL_MODE_UNCONNECTED 1