aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-02-02 10:25:11 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-02-02 10:25:11 +0000
commit241e03a2056224282e880f66ed02b707997dc868 (patch)
tree82b5c1b9bba408a0aade4422caa9b67f0d2e0fda /os/hal/ports/STM32/LLD
parent4f98c8cf4c05dd2f7dc6e5e9e135d012f6aa0ab5 (diff)
downloadChibiOS-241e03a2056224282e880f66ed02b707997dc868.tar.gz
ChibiOS-241e03a2056224282e880f66ed02b707997dc868.tar.bz2
ChibiOS-241e03a2056224282e880f66ed02b707997dc868.zip
Documentation fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11425 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/LLD')
-rw-r--r--os/hal/ports/STM32/LLD/DACv1/hal_dac_lld.h4
-rw-r--r--os/hal/ports/STM32/LLD/xWDGv1/hal_wdg_lld.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/ports/STM32/LLD/DACv1/hal_dac_lld.h b/os/hal/ports/STM32/LLD/DACv1/hal_dac_lld.h
index a5968f2a3..f95afc0fb 100644
--- a/os/hal/ports/STM32/LLD/DACv1/hal_dac_lld.h
+++ b/os/hal/ports/STM32/LLD/DACv1/hal_dac_lld.h
@@ -308,11 +308,11 @@ typedef enum {
typedef void (*daccallback_t)(DACDriver *dacp, dacsample_t *buffer, size_t n);
/**
- * @brief ADC error callback type.
+ * @brief DAC error callback type.
*
* @param[in] dacp pointer to the @p DACDriver object triggering the
* callback
- * @param[in] err ADC error code
+ * @param[in] err DAC error code
*/
typedef void (*dacerrorcallback_t)(DACDriver *dacp, dacerror_t err);
diff --git a/os/hal/ports/STM32/LLD/xWDGv1/hal_wdg_lld.c b/os/hal/ports/STM32/LLD/xWDGv1/hal_wdg_lld.c
index 0370cae67..42a620e3e 100644
--- a/os/hal/ports/STM32/LLD/xWDGv1/hal_wdg_lld.c
+++ b/os/hal/ports/STM32/LLD/xWDGv1/hal_wdg_lld.c
@@ -119,7 +119,7 @@ void wdg_lld_start(WDGDriver *wdgp) {
*
* @param[in] wdgp pointer to the @p WDGDriver object
*
- * @api
+ * @notapi
*/
void wdg_lld_stop(WDGDriver *wdgp) {