aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
Diffstat (limited to 'os')
-rw-r--r--os/hal/include/adc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/include/adc.h b/os/hal/include/adc.h
index df019fd27..aee876978 100644
--- a/os/hal/include/adc.h
+++ b/os/hal/include/adc.h
@@ -141,7 +141,7 @@ typedef enum {
#endif /* !ADC_USE_WAIT */
/**
- * @brief Common ISR code, half buffer full.
+ * @brief Common ISR code, half buffer event.
* @details This code handles the portable part of the ISR code:
* - Callback invocation.
* .
@@ -160,7 +160,7 @@ typedef enum {
}
/**
- * @brief Common ISR code, full buffer full.
+ * @brief Common ISR code, full buffer event.
* @details This code handles the portable part of the ISR code:
* - Callback invocation.
* - Waiting thread wakeup, if any.