diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-21 15:46:17 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-21 15:46:17 +0000 |
commit | feba444df5aacdb50c02f731e45fe5bdb0ac64f9 (patch) | |
tree | 2100353343ff9a9c3226efaa7a3e0b7b16a13208 | |
parent | d573d5f308f2df192be15c82890d04db13217987 (diff) | |
download | ChibiOS-feba444df5aacdb50c02f731e45fe5bdb0ac64f9.tar.gz ChibiOS-feba444df5aacdb50c02f731e45fe5bdb0ac64f9.tar.bz2 ChibiOS-feba444df5aacdb50c02f731e45fe5bdb0ac64f9.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2411 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/hal/include/adc.h | 4 |
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.
|