From 905231170094a578c928477b429187e02857247a Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 7 Jun 2009 14:51:55 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1022 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/lib/pal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/pal.h b/src/lib/pal.h index 72f824aab..76bf111b6 100644 --- a/src/lib/pal.h +++ b/src/lib/pal.h @@ -55,7 +55,7 @@ * @brief Bits group mask helper. * @details This macro calculates the mask of a bits group. * - * @param[in] the group width + * @param[in] width the group width * @return The group mask. */ #define PAL_GROUP_MASK(width) ((ioportmask_t)(1 << (width)) - 1) -- cgit v1.2.3