diff options
Diffstat (limited to 'src/lib/pal.h')
-rw-r--r-- | src/lib/pal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/pal.h b/src/lib/pal.h index 76bf111b6..662df87ee 100644 --- a/src/lib/pal.h +++ b/src/lib/pal.h @@ -239,7 +239,6 @@ typedef struct { * @param[in] offset the group bit offset within the port
* @param[in] bits the bits to be written. Values exceeding the group width
* are masked.
- * @return The group logical states.
*/
#if !defined(pal_lld_writegroup) || defined(__DOXYGEN__)
#define palWriteGroup(port, mask, offset, bits) { \
|