From 639e21247af2a9e9f99926bf53ce71ea23ab087a Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 14 Jul 2019 06:16:16 +0000 Subject: 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 --- os/hal/include/hal_adc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3