diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-06-07 14:51:55 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-06-07 14:51:55 +0000 |
commit | 905231170094a578c928477b429187e02857247a (patch) | |
tree | c165b938c0171eb11d8563890a15b51ae329d7b7 /src/lib | |
parent | 600cf9a77d21f4d3a56a7cbfa5f1132b05913f74 (diff) | |
download | ChibiOS-905231170094a578c928477b429187e02857247a.tar.gz ChibiOS-905231170094a578c928477b429187e02857247a.tar.bz2 ChibiOS-905231170094a578c928477b429187e02857247a.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1022 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/pal.h | 2 |
1 files changed, 1 insertions, 1 deletions
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)
|