From f9ecd9f46e829010b0457a04993d2a89a37c104a Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 7 Jun 2009 16:11:41 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1024 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/lib/pal.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib') 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) { \ -- cgit v1.2.3