Fixed small documentation error.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12907 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
1f17a9b55c
commit
59c835e58d
|
@ -206,7 +206,7 @@ struct hal_adc_driver {
|
||||||
*/
|
*/
|
||||||
/**
|
/**
|
||||||
* @brief Buffer state.
|
* @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
|
* @param[in] adcp pointer to the @p ADCDriver object
|
||||||
* @return The buffer state.
|
* @return The buffer state.
|
||||||
|
|
Loading…
Reference in New Issue