diff options
Diffstat (limited to 'ports/ARMCM3-STM32F103/pal_lld.h')
-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.
|