From d6e56d6e7fee513c7436816a7abaaf6a6c3fb007 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 14 May 2010 09:23:32 +0000 Subject: Fixed bug 3001528. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1920 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/pal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal/include') 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__) -- cgit v1.2.3