aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-05-14 09:23:32 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-05-14 09:23:32 +0000
commitd6e56d6e7fee513c7436816a7abaaf6a6c3fb007 (patch)
treefb84ecc90539bd5c4f128e51669cf9e6423f7248 /os/hal/include
parentf0f02c897c2f5042cdd54896bb876a1d7dec1970 (diff)
downloadChibiOS-d6e56d6e7fee513c7436816a7abaaf6a6c3fb007.tar.gz
ChibiOS-d6e56d6e7fee513c7436816a7abaaf6a6c3fb007.tar.bz2
ChibiOS-d6e56d6e7fee513c7436816a7abaaf6a6c3fb007.zip
Fixed bug 3001528.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1920 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 1ba3ee04d..6a5c18f16 100644
--- a/os/hal/include/pal.h
+++ b/os/hal/include/pal.h
@@ -388,7 +388,7 @@ typedef struct {
*
* @param[in] port port identifier
* @param[in] pad pad number within the port
- * @param[out] bit logical value, the value must be @p PAL_LOW or
+ * @param[in] bit logical value, the value must be @p PAL_LOW or
* @p PAL_HIGH
*/
#if !defined(pal_lld_writepad) || defined(__DOXYGEN__)