aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-06-07 16:11:41 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-06-07 16:11:41 +0000
commitf9ecd9f46e829010b0457a04993d2a89a37c104a (patch)
tree2e0a1556bc6075d3976d3f121c6748859b4514f7 /src
parenta5df28e309adbccff162d67cfb9f55c653c73f7b (diff)
downloadChibiOS-f9ecd9f46e829010b0457a04993d2a89a37c104a.tar.gz
ChibiOS-f9ecd9f46e829010b0457a04993d2a89a37c104a.tar.bz2
ChibiOS-f9ecd9f46e829010b0457a04993d2a89a37c104a.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1024 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src')
-rw-r--r--src/lib/pal.h1
-rw-r--r--src/templates/pal_lld.h1
2 files changed, 0 insertions, 2 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) { \
diff --git a/src/templates/pal_lld.h b/src/templates/pal_lld.h
index 246ab8d9f..38d0253e2 100644
--- a/src/templates/pal_lld.h
+++ b/src/templates/pal_lld.h
@@ -171,7 +171,6 @@ typedef uint32_t ioportid_t;
* @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.
*
* @note This function is not meant to be invoked directly by the application
* code.