From d9a9844f8e43b725f3bbe53f1d97e6435065adcc Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 29 Dec 2018 17:18:43 +0000 Subject: Template fixes. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12491 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/hal/ports/STM32/LLD/ADCv3/hal_adc_lld.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'os/hal/ports/STM32/LLD') diff --git a/os/hal/ports/STM32/LLD/ADCv3/hal_adc_lld.h b/os/hal/ports/STM32/LLD/ADCv3/hal_adc_lld.h index 341fb7687..2417533f9 100644 --- a/os/hal/ports/STM32/LLD/ADCv3/hal_adc_lld.h +++ b/os/hal/ports/STM32/LLD/ADCv3/hal_adc_lld.h @@ -710,12 +710,7 @@ typedef enum { specified in continuous mode or if the buffer depth is \ greater than one.*/ \ uint32_t cfgr; \ - /* ADC CFGR2 register initialization data. \ - NOTE: The bits DMAEN and DMACFG are enforced internally \ - to the driver, keep them to zero. \ - NOTE: The bits @p ADC_CFGR_CONT or @p ADC_CFGR_DISCEN must be \ - specified in continuous mode or if the buffer depth is \ - greater than one.*/ \ + /* ADC CFGR2 register initialization data.*/ \ uint32_t cfgr2; \ /* ADC TR1 register initialization data.*/ \ uint32_t tr1; \ -- cgit v1.2.3