diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-06-07 16:11:41 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-06-07 16:11:41 +0000 |
commit | f9ecd9f46e829010b0457a04993d2a89a37c104a (patch) | |
tree | 2e0a1556bc6075d3976d3f121c6748859b4514f7 /ports/ARMCM3-STM32F103 | |
parent | a5df28e309adbccff162d67cfb9f55c653c73f7b (diff) | |
download | ChibiOS-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 'ports/ARMCM3-STM32F103')
-rw-r--r-- | ports/ARMCM3-STM32F103/pal_lld.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ports/ARMCM3-STM32F103/pal_lld.h b/ports/ARMCM3-STM32F103/pal_lld.h index 33e6f959a..ec4896add 100644 --- a/ports/ARMCM3-STM32F103/pal_lld.h +++ b/ports/ARMCM3-STM32F103/pal_lld.h @@ -132,7 +132,7 @@ typedef GPIO_TypeDef * ioportid_t; /**
* @brief Reads the output latch.
- * @details This function is implemented by reading the GPIO oDR register, the
+ * @details This function is implemented by reading the GPIO ODR register, the
* implementation has no side effects.
*
* @param[in] port the port identifier
@@ -192,7 +192,6 @@ typedef GPIO_TypeDef * 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.
|