diff options
-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)
|