diff options
Diffstat (limited to 'os/hal/platforms/STM32F30x/adc_lld.c')
-rw-r--r-- | os/hal/platforms/STM32F30x/adc_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32F30x/adc_lld.c b/os/hal/platforms/STM32F30x/adc_lld.c index ba23febc3..40cd516a1 100644 --- a/os/hal/platforms/STM32F30x/adc_lld.c +++ b/os/hal/platforms/STM32F30x/adc_lld.c @@ -214,7 +214,7 @@ static void adc_lld_serve_dma_interrupt(ADCDriver *adcp, uint32_t flags) { * @brief ADC ISR service routine.
*
* @param[in] adcp pointer to the @p ADCDriver object
- * @param[in] isr pre-shifted content of the ISR register
+ * @param[in] isr content of the ISR register
*/
static void adc_lld_serve_interrupt(ADCDriver *adcp, uint32_t isr) {
|