X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fdrv%2Fadc_stm32.h;h=4ed4eaa77afdaa57ba442637c24fa018286298b5;hb=f1fab319eb3fe91c157b3a9564841aef62a03554;hp=f0af892b28f99d8d66032858afcd5ba4691a0e47;hpb=1cbb62896ac90d73f33e8339c334be09b931079c;p=bertos.git diff --git a/bertos/cpu/cortex-m3/drv/adc_stm32.h b/bertos/cpu/cortex-m3/drv/adc_stm32.h index f0af892b..4ed4eaa7 100644 --- a/bertos/cpu/cortex-m3/drv/adc_stm32.h +++ b/bertos/cpu/cortex-m3/drv/adc_stm32.h @@ -26,7 +26,7 @@ * invalidate any other reasons why the executable file might be covered by * the GNU General Public License. * - * Copyright 2008 Develer S.r.l. (http://www.develer.com/) + * Copyright 2010 Develer S.r.l. (http://www.develer.com/) * * --> * @@ -50,13 +50,6 @@ #define ADC_MUX_MAXCH 17 //Max number of channel for ADC. #define ADC_BITS 12 //Bit resolution for ADC converter. -/** - * Define PIO controller for enable ADC function. - * \{ - */ - -/*\}*/ - /** * Init the ADC pins. * Implement it if necessary.