aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2019-07-14 06:16:16 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2019-07-14 06:16:16 +0000
commit639e21247af2a9e9f99926bf53ce71ea23ab087a (patch)
tree4d2401425a3410cd16ee4d721133b99d48498e12
parentd64a25e4bc830974ebfd15826edb6b8a29194acb (diff)
downloadChibiOS-639e21247af2a9e9f99926bf53ce71ea23ab087a.tar.gz
ChibiOS-639e21247af2a9e9f99926bf53ce71ea23ab087a.tar.bz2
ChibiOS-639e21247af2a9e9f99926bf53ce71ea23ab087a.zip
Fixed small documentation error.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_19.1.x@12908 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
-rw-r--r--os/hal/include/hal_adc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/include/hal_adc.h b/os/hal/include/hal_adc.h
index 81104ffc2..ebc619d58 100644
--- a/os/hal/include/hal_adc.h
+++ b/os/hal/include/hal_adc.h
@@ -206,7 +206,7 @@ struct hal_adc_driver {
*/
/**
* @brief Buffer state.
- * @note This function is meant to be called from the SPI callback only.
+ * @note This function is meant to be called from the ADC callback only.
*
* @param[in] adcp pointer to the @p ADCDriver object
* @return The buffer state.