diff options
Diffstat (limited to 'os')
-rw-r--r-- | os/hal/include/hal_adc.h | 2 |
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.
|